在 VSCode 中使用 REST 客户端扩展时,例如。
\nSend Request\nGET http://localhost:4200/dashboard\n\n###\nRun Code Online (Sandbox Code Playgroud)\n我收到以下错误:
\nConnection is being rejected. The service isn\xe2\x80\x99t running on the server,\nor incorrect proxy settings in vscode, or a firewall is blocking requests.\nDetails: RequestError: connect ECONNREFUSED 127.0.0.1:4200\nRun Code Online (Sandbox Code Playgroud)\n如何将我的 http 代理更改为 4200 而不是 127.0.0.1:4200 ?
\n我有一个问题,我的 WordPress 博客嵌入了来自 Imgur 的视频。它在加载时自动播放。它也会自动循环。它与此嵌入 HTML 完美配合。但是,当我们将其滚动到屏幕外时,它并没有停止。滚动时如何停止它?谢谢
<center><video style="max-width: 100%; height: auto;" preload="auto" autoplay="autoplay" loop="loop" controls="controls" width="450" height="auto"><source src="https://i.imgur.com/84FAg6j.mp4" /></video></center>
Run Code Online (Sandbox Code Playgroud)