diff options
Diffstat (limited to 'files/zh-tw/tools/web_console/index.html')
-rw-r--r-- | files/zh-tw/tools/web_console/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/files/zh-tw/tools/web_console/index.html b/files/zh-tw/tools/web_console/index.html new file mode 100644 index 0000000000..49678e6d99 --- /dev/null +++ b/files/zh-tw/tools/web_console/index.html @@ -0,0 +1,37 @@ +--- +title: 網頁主控台 +slug: Tools/Web_Console +translation_of: Tools/Web_Console +--- +<p>網頁主控台能:</p> + +<ol> + <li>記錄網頁相關的資訊:網路請求、JavaScript、CSS、安全性相關的問題,警告和錯誤、以及頁面運行的 JavaScript 相關問題,警告,錯誤,和參考訊息。</li> + <li>透過執行頁面文中的 JavaScript 表達式與網頁互動</li> +</ol> + +<p>{{EmbedYouTube("C6Cyrpkb25k")}}</p> + +<div class="column-container"> +<div class="column-half"> +<dl> + <dt><a href="/zh-TW/docs/Tools/Web_Console/Opening_the_Web_Console">打開網頁主控台</a></dt> + <dd>如何開始使用網頁主控台。</dd> + <dt><a href="/zh-TW/docs/Tools/Web_Console/The_command_line_interpreter">命令行解釋器</a></dt> + <dd>如何用主控台與文件互動。</dd> + <dt><a href="/zh-TW/docs/Tools/Web_Console/Split_console">分割主控台</a></dt> + <dd>把主控台拉到其他工具旁邊。</dd> +</dl> +</div> + +<div class="column-half"> +<dl> + <dt><a href="/zh-TW/docs/Tools/Web_Console/Console_messages">主控台訊息</a></dt> + <dd>主控台相關的紀錄訊息。</dd> + <dt><a href="/zh-TW/docs/Tools/Web_Console/Rich_output">豐富的輸出對象</a></dt> + <dd>透過主控台觀察並與紀錄的物件互動。</dd> + <dt><a href="/zh-TW/docs/Tools/Web_Console/Keyboard_shortcuts">鍵盤快速鍵</a></dt> + <dd>鍵盤快速鍵參考。</dd> +</dl> +</div> +</div> |