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.
jQuery オブジェクトとネイティブ ブラウザ ドキュメント オブジェクトの違いは何ですか? それは次のコードにどのように適用されますか?
<div id=”myid”> This is the div you want to select <div> document.getElementById(“myid”) $(“#myid”) $(“#myid”).get(0)
誰かがこれを理解するのを手伝ってくれるかどうか疑問に思っていましたか?