完整示例:http://www.keleyi.com/keleyi/phtml/clearinput.htm 下面是源代码: 复制代码 代码如下: 点击按钮后,这些文字将被清空。http:www.keleyi.com 柯乐义 <BR>$("#clear_keleyi_com").click(function (){ <BR>$("#keleyi_com").val(''); <BR>}) <BR>