© 本文档使用 php.cn手册 发布
设置每一个匹配元素的值。
在 jQuery 1.2, 这也可以为select元件赋值
要设置的值。
设定文本框的值
<input type="text"/>
$("input").val("hello world!");