From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/tools/web_console/index.html | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/zh-cn/tools/web_console/index.html (limited to 'files/zh-cn/tools/web_console/index.html') diff --git a/files/zh-cn/tools/web_console/index.html b/files/zh-cn/tools/web_console/index.html new file mode 100644 index 0000000000..a870af701e --- /dev/null +++ b/files/zh-cn/tools/web_console/index.html @@ -0,0 +1,45 @@ +--- +title: Web 控制台 +slug: Tools/Web_Console +tags: + - web控制台 + - 工具 + - 指导 + - 网站开发 + - 网站开发工具 +translation_of: Tools/Web_Console +--- +
{{ToolsSidebar}}
+ +

Web 控制台:

+ +
    +
  1. 可以查看与当前网页相关的日志信息: 所有的网络请求,JavaScript, CSS,和安全相关的错误与警告信息,还包括页面上 JavaScript 代码运行时产生的错误、警告及相关信息.
  2. +
  3. 可以激活你和网页之间的交互, 使你可以在当前网页上下文中执行一些 JavaScript 表达式.
  4. +
+ +

{{EmbedYouTube("C6Cyrpkb25k")}}

+ +
+
+
+
打开控制台
+
开始使用控制台
+
命令行编译器
+
使用控制台和网页交互。
+
分离控制台
+
把控制台分离出来,放在其它工具旁边
+
+
+ +
+
+
控制台消息
+
控制台打印出的详细日志
+
丰富的输出
+
查看控制台中输入的对象打印出来的信息
+
快捷键
+
快捷引用
+
+
+
-- cgit v1.2.3-54-g00ecf