diff options
Diffstat (limited to 'files/zh-cn/web/api/console/index.html')
-rw-r--r-- | files/zh-cn/web/api/console/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/console/index.html b/files/zh-cn/web/api/console/index.html index a5b296b310..053d2784c0 100644 --- a/files/zh-cn/web/api/console/index.html +++ b/files/zh-cn/web/api/console/index.html @@ -164,7 +164,7 @@ console.info("My first car was a", car, ". The object is:", someObject);</pre> <pre class="brush: js notranslate">console.log("This is %cMy stylish message", "color: yellow; font-style: italic; background-color: blue;padding: 2px");</pre> -<div></div> + <div>指令前的文本不会受到影响,但指令后的文本将会使用参数中声明的 CSS 样式。</div> |