disabled=true之后按钮还能点击?

原因是按钮不是buttontext

inputtext.png

type="text"改成type="button"即可禁用按钮,点击事件也会失效。