该脚本在除 IE8 之外的所有浏览器中运行良好,错误将我指向第 434 列第 75 行,告诉我有一个未定义的对象。
错误日志:
Messaggio: 'undefined' è nullo o non è un oggetto
Linea: 434
Carattere: 75
Codice: 0
URI: http://127.0.0.1:81/apitest/js/easyXDM.js
这是该行的功能:
function testForNamePropertyBug(){
var form = document.body.appendChild(document.createElement("form")), input = form.appendChild(document.createElement("input"));
input.name = IFRAME_PREFIX + "TEST" + channelId; // append channelId in order to avoid caching issues
HAS_NAME_PROPERTY_BUG = input !== form.elements[input.name];
document.body.removeChild(form);
}
确切的第 434 行第 75 列是: 输入
编辑: 链接: http: //postimg.org/image/n1ogavda3/