日期:2014-05-16 浏览次数:20325 次
<input type="button" onclick="alert('我擦嘞')" value="警告框"></input><br> <input type="button" onclick="confirm('我擦嘞')" value="确认框"></input><br> <input type="button" onclick="prompt('我擦嘞','123')" ></input><br>