html() 取得第一個匹配元素的html內容。這個函數不能用于XML文檔。但可以用于XHTML文檔。 Get the html contents of the first matched element. This property is not available on XML documents (although it will work for XHTML documents). 返回值 String
html(val) 設置每一個匹配元素的html內容。這個函數不能用于XML文檔。但可以用于XHTML文檔。 Set the html contents of every matched element. This property is not available on XML documents (although it will work for XHTML documents). 返回值 jQuery