如何更改警报框的样式我需要更改警告框中的“OK”按钮的样式。<head> <script type="text/javascript"> function show_alert() { alert("Hello! I am an alert box!"); } </script></head><body> <input type="button" onclick="show_alert()" value="Show alert box" /></body>
添加回答
举报
0/150
提交
取消