【问题标题】:Can someone explain what all of this means? [closed]有人可以解释这一切意味着什么吗? [关闭]
【发布时间】:2021-02-24 00:11:30
【问题描述】:
   {
       // Use IntelliSense to learn about possible attributes.
       // Hover to view descriptions of existing attributes.
       // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
       "version": "0.2.0",
       "configurations": [
           {
               "type": "pwa-chrome",
               "request": "launch",
               "name": "Launch Chrome against localhost",
               "url": "http://localhost:8080",
               "webRoot": "${workspaceFolder}"
           }
       ]
   }

我正在尝试了解如何运行我的 html 文件,以便它在 chrome 上创建一个网页,但我不确定这一切是什么以及这是否正确。

【问题讨论】:

  • 如果您只是先学习了 HTML 的基础知识,您可以为自己节省大量时间。
  • 出于好奇,您是否尝试按照上面粘贴的代码的 cmets 部分中提供的 that link 进行操作?
  • 我做了,但我不明白页面上发生了什么,我也在尝试学习 HTML,但我无法运行我的文件。

标签: html json visual-studio-code


【解决方案1】:

我想在 chrome 中打开一个 html 文件,右键单击该文件并选择:用 chrome 打开。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2016-05-18
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多