input 文本框赋值$("#id").attr("赋值");
input 文本框清空$("#id").attr("");
div之类的赋值$("#id").html()="赋值";或者$("#id").html("赋值");