摘要:
1 <style> 2 .time { 3 background-color: antiquewhite; 4 width: 150px; 5 height: 50px; 6 text-align: center; 7 font-size: 20px; 8 } 9 </style> 10 <scri 阅读全文
摘要:
js脚本中可以写多种提示框,这里介绍三种,分别是alert() 警告框, confirm() 带确定与取消的提示框, prompt() 可输入文本的对话框; (测试浏览器:搜狗高速浏览器) 阅读全文