codecamp

window属性:dialogArguments属性

dialogArguments属性

该 dialogArguments 属性返回传递给该 window.showModalDialog() 方法的参数。这使您可以确定在创建模态对话框时指定了哪些参数。

dialogArguments属性语法

value = window.dialogArguments;

注意:此功能已从 Web 标准中删除。虽然有些浏览器可能仍然支持它,但它正在被丢弃。避免使用它并更新现有代码 (如果可能)。请注意, 此功能可能会在任何时候停止工作。

window属性:devicePixelRatio
window属性:document
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定