(function createXHR() {
createXHR = 1
console.log(createXHR);
})();
这段自执行代码执行后,我期待会输出
1
但实际上输出
function createXHR() {
}
这段代码哪里出了问题?
慕村225694
弑天下
相关分类