From b9afb23d12dcae1e09f8d04c72143c5ddaa34aea Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 16 Jul 2021 16:27:00 -0400 Subject: delete conflicting/orphaned docs (zh-CN) (#1412) * delete conflicting docs (zh-CN) * and redirects * do orphaned as well * fix * remove more orphans * revert orphaned docs that can identify origin * move orphaned docs to current loc * adjust slug path * fix redirect change from rebase Co-authored-by: Irvin --- .../web/api/htmlinputelement/index.html | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 files/zh-cn/conflicting/web/api/htmlinputelement/index.html (limited to 'files/zh-cn/conflicting/web/api/htmlinputelement') diff --git a/files/zh-cn/conflicting/web/api/htmlinputelement/index.html b/files/zh-cn/conflicting/web/api/htmlinputelement/index.html deleted file mode 100644 index 82a91a1271..0000000000 --- a/files/zh-cn/conflicting/web/api/htmlinputelement/index.html +++ /dev/null @@ -1,50 +0,0 @@ ---- -title: HTMLInputElement.mozSetFileNameArray -slug: conflicting/Web/API/HTMLInputElement -translation_of: Web/API/HTMLInputElement -translation_of_original: Web/API/HTMLInputElement/mozSetFileNameArray -original_slug: Web/API/HTMLInputElement/mozSetFileNameArray ---- -
-
-
-
{{APIRef("HTML DOM")}}
-
-
-{{gecko_minversion_header("1.9.2")}}
- -

概述

- -

设置一个HTML input元素中选中的若干文件的路径以及文件名.

- -
注: 该方法是Gecko私有的方法,在其他浏览器中不可用,且是个特权方法,不能在普通网页中使用.
- -

语法

- -
inputElement.mozSetFileNameArray(aFileNames, aLength);
-
- -

参数

- - - -

示例

- -
var fileArray = {"/foo/bar.txt", "/foo/foosball.txt"};
-
-inputElement.mozSetFileNameArray(fileArray, fileArray.length);
-
- -

规范

- -

非标准,Mozilla私有方法.

- -

相关链接

- - -- cgit v1.2.3-54-g00ecf