标签: javascript
如何运作并返回123两次:
123
function hello(){ hello123 = 123 console.log(hello123) } hello() console.log(hello123)
hello123
var
谢谢