(function createXHR() { createXHR = 1 console.log(createXHR); })();這段自執行代碼執行后,我期待會輸出1但實際上輸出function createXHR() { createXHR = 1 console.log(createXHR); }這段代碼哪里出了問題?
為什么輸出的值是這樣啊
滄海一幻覺
2019-03-04 16:23:41