以这个HTML代码为例: <div id="mydiv">Hello World</div>. $('#mydiv').html('Aloha World');. 将导致: <div id="mydiv">Aloha World</div>.
確定! 回上一頁