diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html b/files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html index c5a43d3e35..12e118d712 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/atomics/sub/index.html @@ -7,7 +7,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Atomics/sub <div><code><strong>Atomics.sub()</strong></code> 静态方法在数组中的给定位置减去给定值,并返回该位置的旧值。这个原子操作保证在修改后的值被写回之前不会发生其他写操作。</div> -<div></div> + <div>{{EmbedInteractiveExample("pages/js/atomics-sub.html")}}</div> |