diff options
-rw-r--r-- | files/zh-cn/tools/migrating_from_firebug/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/tools/migrating_from_firebug/index.html b/files/zh-cn/tools/migrating_from_firebug/index.html index 493fd21fe9..b0d508f98b 100644 --- a/files/zh-cn/tools/migrating_from_firebug/index.html +++ b/files/zh-cn/tools/migrating_from_firebug/index.html @@ -75,7 +75,7 @@ translation_of: Tools/Migrating_from_Firebug <h3 id="多行命令行">多行命令行</h3> -<p>Firebug 控制台有一个多行命令的<a href="https://getfirebug.com/wiki/index.php/Command_Editor">命令编辑器</a>。开发者工具没有这样的命令编辑器(在{{bug(1133849)}}中提到),但是又一个单独的工具 <a href="/en-US/docs/Tools/Scratchpad">Scratchpad</a>,可以添加到工具箱的面板中或者通过火狐菜单> <em>Developer</em> > <em>Scratchpad</em> 或者 <kbd>Shift</kbd> + <kbd>F4</kbd>在独立的窗口打开。而且普通的命令行识别到一个还没有结束的命令的时候能够智能的添加换行,比如:你输入了 <code>document.</code> 然后输入了回车。你也可以手动的输入 <kbd>Shift</kbd> + <kbd>Enter</kbd>来添加换行。</p> +<p>Firebug 控制台有一个多行命令的<a href="https://getfirebug.com/wiki/index.php/Command_Editor">命令编辑器</a>。开发者工具没有这样的命令编辑器(在{{bug(1133849)}}中提到),但是有一个单独的工具 <a href="/en-US/docs/Tools/Scratchpad">Scratchpad</a>,可以添加到工具箱的面板中或者通过火狐菜单> <em>Developer</em> > <em>Scratchpad</em> 或者 <kbd>Shift</kbd> + <kbd>F4</kbd>在独立的窗口打开。而且普通的命令行识别到一个还没有结束的命令的时候能够智能的添加换行,比如:你输入了 <code>document.</code> 然后输入了回车。你也可以手动的输入 <kbd>Shift</kbd> + <kbd>Enter</kbd>来添加换行。</p> <h3 id="响应预览">响应预览</h3> |