使用js写一个时钟的程序

45 阅读1分钟

"```javascript

JavaScript Clock body { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } #clock { font-size: 3em; }
```"