From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/tools/web_console/index.html | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 files/zh-tw/tools/web_console/index.html (limited to 'files/zh-tw/tools/web_console/index.html') 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 +--- +

網頁主控台能:

+ +
    +
  1. 記錄網頁相關的資訊:網路請求、JavaScript、CSS、安全性相關的問題,警告和錯誤、以及頁面運行的 JavaScript 相關問題,警告,錯誤,和參考訊息。
  2. +
  3. 透過執行頁面文中的 JavaScript 表達式與網頁互動
  4. +
+ +

{{EmbedYouTube("C6Cyrpkb25k")}}

+ +
+
+
+
打開網頁主控台
+
如何開始使用網頁主控台。
+
命令行解釋器
+
如何用主控台與文件互動。
+
分割主控台
+
把主控台拉到其他工具旁邊。
+
+
+ +
+
+
主控台訊息
+
主控台相關的紀錄訊息。
+
豐富的輸出對象
+
透過主控台觀察並與紀錄的物件互動。
+
鍵盤快速鍵
+
鍵盤快速鍵參考。
+
+
+
-- cgit v1.2.3-54-g00ecf