aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/javascript/reference/global_objects/parseint
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/parseint')
-rw-r--r--files/zh-cn/web/javascript/reference/global_objects/parseint/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
index 729aee8834..4f2def476a 100644
--- a/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
+++ b/files/zh-cn/web/javascript/reference/global_objects/parseint/index.html
@@ -16,10 +16,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/parseInt
<p>{{EmbedInteractiveExample("pages/js/globalprops-parseint.html")}}</p>
-<div class="hidden">
-<p>此交互式示例的代码存储在GitHub仓库中。如果你想参与交互式示例项目, 请克隆 <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> 之后给我们发一个pull请求。</p>
-</div>
-
<h2 id="语法">语法</h2>
<pre class="syntaxbox">parseInt(<em>string</em>, <em>radix</em>);</pre>