有点不太理解这几个有什么区别?
1.<input type='text' value='xxx'/> 这个就需要用 val()。2.<span>你好</span> 这个就用 text()。3.<div><p>您好!</p></div> 这个就用html()。