function text () { conssole.log(1)}console.log(text());會打印出2,為什么不是1function text () { conssole.log(2)}
函數(shù)提升的疑惑
ITMISS
2018-12-13 14:15:58