diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/proxy')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html b/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html index 7c41b6121e..6dbaa77b5c 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/proxy/proxy/apply/index.html @@ -15,8 +15,6 @@ original_slug: Web/JavaScript/Reference/Global_Objects/Proxy/handler/apply <div>{{EmbedInteractiveExample("pages/js/proxyhandler-apply.html", "taller")}}</div> -<p class="hidden">此交互式示例的源代码存储在GitHub存储库中。 如果您想为交互式示例项目做出贡献,请克隆 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> 并向我们发起拉取请求</p> - <h2 id="语法">语法</h2> <pre class="brush: js">var p = new Proxy(target, { |