js表达式如何调用变量?
(function f1() {
var num = 10;
window.num = num;
})();
console.log(num);
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号