nari-ly
Results
1
issues of
nari-ly
如果var a=b=3相当于**var a**;b=3; 那在函数里打印a,也应当是not defined; 但此处打印结果是3; 所以我理解的代码应该等同于**var a=b**;b=3