css设置style里的样式attr设置属性
例如:$("#txt").css("display","none")$("#txt").css({"display":"none","width":"5px",....})$("#txt").attr("title","zz")