diff options
author | t7yang <t7yang@gmail.com> | 2021-06-22 23:06:54 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-06-23 01:24:08 +0800 |
commit | d62c8afe56395e9e793dab0f629b2a1694449c82 (patch) | |
tree | d138619dfe111df18054728788297d807f62dc89 /files/zh-cn/web/api/domtokenlist | |
parent | ffedcd031d0e1b0bb8b473cabde5dcd7e7d7b646 (diff) | |
download | translated-content-d62c8afe56395e9e793dab0f629b2a1694449c82.tar.gz translated-content-d62c8afe56395e9e793dab0f629b2a1694449c82.tar.bz2 translated-content-d62c8afe56395e9e793dab0f629b2a1694449c82.zip |
remove deprecated $sample URLs for zh
Diffstat (limited to 'files/zh-cn/web/api/domtokenlist')
-rw-r--r-- | files/zh-cn/web/api/domtokenlist/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/domtokenlist/index.html b/files/zh-cn/web/api/domtokenlist/index.html index e67bee5432..2b3fc0f336 100644 --- a/files/zh-cn/web/api/domtokenlist/index.html +++ b/files/zh-cn/web/api/domtokenlist/index.html @@ -66,7 +66,7 @@ para.textContent = `paragraph classList is "${classes}"`;</pre> <p>输出类似这样:</p> -<p><iframe class="live-sample-frame sample-code-frame" frameborder="0" height="60" id="frame_Examples" src="https://mdn.mozillademos.org/en-US/docs/Web/API/DOMTokenList$samples/Examples?revision=1600968" width="100%"></iframe></p> +<p>{{ EmbedLiveSample('Examples', '100%', 60) }}</p> <h2 id="去除空格和重复项目">去除空格和重复项目</h2> @@ -81,7 +81,7 @@ span.textContent = `span classList is "${classes}"`;</pre> <p>输出类似这样:</p> -<p><iframe class="live-sample-frame sample-code-frame" frameborder="0" height="60" id="frame_Trimming_of_whitespace_and_removal_of_duplicates" src="https://mdn.mozillademos.org/en-US/docs/Web/API/DOMTokenList$samples/Trimming_of_whitespace_and_removal_of_duplicates?revision=1600968" width="100%"></iframe></p> +<p>{{ EmbedLiveSample('Trimming_of_whitespace_and_removal_of_duplicates', '100%', 60) }}</p> <dl> <dt></dt> |