Dialog.defaultValue() 方法 提示框的默认值;如果对话框不是 prompt,则为空字符串。 签名 class Dialog { defaultValue(): string; } 返回值: string