1.textarea内容为val();
2.全选/全取消:
$(":checkbox").attr("checked",true);
$(":checkbox").attr("checked",false);