更改机器人主页的 default.htm?

Change default.htm for bot homepage?

我注意到该机器人基本上是一个网络服务器,它确实有一个 /wwwroot/default.htm 文件。我们还想为我们的机器人制作一个网络客户端。我不能创建一个 html 文件并将其托管在某个地方,我不能只用我们自己的代码替换 bot 默认附带的 default.htm 代码吗?

我试过了,但我注意到我的更改在调试我的机器人时没有反映出来。我更改了 default.htm 的代码,希望使其成为机器人的网络 ui(在我的浏览器中为 like in this example), but the home page is always the same no matter how much I change my html. I even deleted the file but there is still a homepage for the bot (when I go to http://localhost:3978/)。

除非您的网络服务器或浏览器正在缓存文件,否则我不明白这怎么可能...您是否尝试过重新启动网络服务器并清除缓存?