<input type="checkbox" οnclick="this.nextSibling.nodeValue=this.checked?'真的?':'假的'">不知道 <!-- 下行中后面的label标签不能换行 --> <input type="checkbox" id="ck" οnclick="this.nextSibling.innerText=this.checked?'真的?':'假的'"><label for=ck>不知道</label> <input type="checkbox" οnclick=alert(this.nextSibling.nodeValue)>不知道