jQuery val() 方法jQuery HTML/CSS 方法实例设置<input> 字段的值: [mycode3 type='js'] $('button').click(function(){ $('input:text').val('Glenn Quagmire'); } ...
確定! 回上一頁