Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
最近想要在openMV上跑一个webServer,可以处理http请求。然后需要读取诸如html一类的文件,可是代码实际运行时报错:
相关代码: file=open('index.html','r') index_content+=file.read() file.close() 有没有办法实现呢?
操作文件系统当然是可以的,你的文件系统里有这个html文件?
我误会了,,多谢。。