Basic Express 服务器评论置顶

Basic Express Server Comment On Top

我正在学习节点基础知识。当我 运行 它时,浏览器顶部有一条评论。它是做什么用的?我的意思是:// 20210327050654

// 20210327050654
// http://localhost:3000/api/courses

[
  {
    "id": 1,
    "name": "course1"
  },
  {
    "id": 2,
    "name": "course2"
  },
  {
    "id": 3,
    "name": "course3"
  }
]

它看起来像一个时间戳 (2021/03/27 05:06:54)