GHH

Results 1 comments of GHH

(function() { 'use strict'; var a = b = 5; })(); console.log(b); 但是在chrome控制台,输出的也是5 ???