document.all 是浏览器中一个非常特殊的存在——它是 HTML DOM 中最早的集合对象之一,却因为历史原因被设计成"不可检测"(undetectable)的对象。它的特殊性在于: typeof document.all 返回 'undefined' document.all == und