Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 iPad 应用程序上使用 HTML5。
有什么类似于警报框的东西可以用来显示消息吗?我知道 HTML5 有一个对话框,但如果有一个警告框会更好。
您可以使用良好的老式 JavaScript 警报:
alert("Hey! Pay attention!")
见这里: http ://www.w3schools.com/jsref/met_win_alert.asp