HTML
HTML <dialog> 元素
展示默认打开的对话框
源代码:
点击运行 »
<dialog open> <p>大家好!</p> </dialog>
x
1
<
dialog
open
>
2
<
p
>
大家好!
</
p
>
3
</
dialog
>
4
运行结果:
点击运行 »