日期:2014-05-16 浏览次数:20566 次
$(function() { $(":text").val("aa"); $(":text").focus(function() { if($(this).val() == "aa") { $(this).val(" "); } }); })