XML DOM strictErrorChecking 屬性

2018-08-05 18:28 更新

XML DOM strictErrorChecking 屬性


Document 對象參考手冊 Document 對象

定義和用法

strictErrorChecking 屬性設置或返回是否強制進行錯誤檢查。

當設置為 false 時,實現(xiàn)不會對每個可能的錯誤情況進行測試。該屬性默認設置為 true。

語法

documentObject.strictErrorChecking


實例

下面的代碼片段使用 loadXMLDoc() 把 "books.xml" 載入 xmlDoc 中,并返回是否強制進行錯誤檢查:

實例

xmlDoc=loadXMLDoc("books.xml");

errCheck=xmlDoc.strictErrorChecking;
document.write(errCheck);

輸出:

true

嘗試一下 ?

Document 對象參考手冊 Document 對象
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號