aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/file_handle_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/file_handle_api/index.html')
-rw-r--r--files/zh-cn/web/api/file_handle_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/file_handle_api/index.html b/files/zh-cn/web/api/file_handle_api/index.html
index 84a22d51e6..d1ab4f5f24 100644
--- a/files/zh-cn/web/api/file_handle_api/index.html
+++ b/files/zh-cn/web/api/file_handle_api/index.html
@@ -24,7 +24,7 @@ translation_of: Web/API/File_Handle_API
<h3 id="创建文件句柄">创建文件句柄</h3>
-<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref(“ FileHandle”)}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
+<p>因为目的是允许通过IndexedDB存储文件,所以创建{{domxref("FileHandle")}}实例需要<a href="/en-US/docs/IndexedDB/IDBFactory#open" title="IndexedDB/IDBFactory#open">IndexedDB Database</a>。</p>
<div style="overflow: hidden;">
<pre class="brush: js notranslate">var IDBReq = indexedDB.open("myFileStorageDataBase");