淘先锋技术网

首页 1 2 3 4 5 6 7

js表达式如何调用变量?

(function f1() {

var num = 10;

window.num = num;

})();

console.log(num);

java 执行表达式,js表达式如何调用变量