-2
請看看https://github.com/eligrey/classList.js/blob/master/classList.js:什麼使用document.createElement( 「_」)在JavaScript做
if ("document" in self && !("classList" in document.createElement("_"))) {
//...
}
什麼是document.createElement("_")
的目的是什麼?我知道它創建一個html元素,但爲什麼使用_
而不是html元素名稱?
*這麼多?*你能提供幾個例子嗎? – VisioN
你確定你還沒有見過'document.createElement(_)'? – Teemu
@Teemu看看https://github.com/eligrey/classList.js/blob/master/classList.js –