由於幾天,我有Internet Explorer 11
結合dojo toolkit 1.9.4
由Domino Server
託管的麻煩。dojo.exists失敗,IE11
源代碼:
if (dojo.exists("btnUpload")) {
console.log("btnUpload exist ... do something...");
} else {
console.log("btnUpload doesn't exist...");
}
隨着IE11的dojo.exists()
的返回值始終是假!
IE11調試器:
然而,在所有其他瀏覽器(Mozilla Firefox瀏覽器,谷歌Chrome,Apple Safari中),它的工作原理!
[Works fine](http://jsbin.com/vineqo/edit),使用完全修補的IE11。 –
感謝您的回答。我使用的是dojo版本1.9.4,也許這就是原因...... –
不能:http://jsbin.com/vineqo它比IE或Dojo更可能是代碼中的錯誤。請記住:['select'沒有損壞](https://pragprog.com/the-pragmatic-programmer/extracts/tips)。最有可能的一些微妙的時間問題。 –