$(“element”):選出所有該element 的節點例如:$(“p”) :選出所有<p> </p>的節點. $(“#divId”):選出所有<div id=”divId”></div> 的節點.
確定! 回上一頁