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.
我window.showmodaldialog()在javascript中使用。
window.showmodaldialog()
在模态对话框中,“网页对话框”内容附加在标题中。我想删除这个。我试图在标题后强制空格。我也不想使用“”。还有什么办法可以去掉这个?
你不能。专门添加了“网页对话框”后缀,以防止showModalDialog()被用于欺骗原生 UI。
showModalDialog()
您最好避免showModalDialog()使用页面内对话框(类似于 Stack Overflow 上的图像上传对话框),因为它得到了更广泛的支持,并且更加灵活。