只需在input标签中加入
onclick="this.value=(this.value==0)?1:0"
<input type="checkbox" name="rememberMe" id="rememberMe" value="1" checked="checked" onclick="this.value=(this.value==0)?1:0"/>
选中值为1没有选中为0
可以做类似于这种自动登录的功能:
原文地址:https://www.cnblogs.com/apresunday/p/8719652.html
时间: 2024-10-11 19:23:23