Dialog 对象代表一个 HTML <dialog> 元素。
您可以使用 getElementById() 访问 <dialog> 元素:
您可以使用 document.createElement() 方法创建 <dialog> 元素:
Property | Description |
---|---|
open | Sets or returns whether a dialog should be open or not |
returnValue | Sets or returns the dialog's return value |
Method | Description |
---|---|
close() | Closes the dialog |
show() | Shows the dialog |
showModal() | Shows the dialog and makes it the top-most modal dialog |
HTML 参考:HTML <对话框> 标签
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!