Guest User

Untitled

a guest
Aug 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. 1.input checkbox 禁止选中
  2. <input type="checkbox" onclick="return false;" />
  3.  
  4. 2.input checkbox 选中状态 禁止修改
  5. <input type="checkbox" onclick="return false;" checked="checked" />
Add Comment
Please, Sign In to add comment