mobileTech
mobileTech copied to clipboard
ios 9.3.5 typeof XMLHttpRequest='object' ,not 'function', wf!!!
ios 9.3.5 typeof XMLHttpRequest='object' ,not 'function', wf!!!
测试了一下确实挺坑的
alert(typeof XMLHttpRequest)
大部分开源项目中的判断都是 typeof XMLHttpRequest != "undefined"
但是也有一部分是 typeof XMLHttpRequest === "function"