文件选择器FileChooser.cancel版本:22.5.0本页内容FileChooser.cancel() 方法 关闭文件选择器,不选择任何文件。 签名: class FileChooser { cancel(): Promise<void>;} 返回 Promise<void>