对话框默认值本页内容默认值如果对话框是提示框,则返回默认提示值。否则,返回空字符串。 用法 await dialog.defaultValue() 示例 dialogDefaultValue.jsconst value = await dialog.defaultValue();