Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
它正在生成一个 DOM 对象。
这类似于做
$("<a id='specialId'></a>") ....
然后你可以用它来 .appendTo 别的东西!
它创建一个新元素<a>,设置其选项(id、href 等)并将其附加到#specialDivId
<a>
#specialDivId