1、点击后onclick事件失效,变灰,不可用
onclick(this); //事件传递this对象
function viewMm(obj) {
$(obj).removeAttr("onclick"); $(obj).attr("disabled","disabled");
}