给html 按钮加id属性 例: <button id="addBtn" onclinck="check()"> </button>
在对应的js上只需要加 $("#addBtn").attr('onclick','');