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采集图像,并且把一些数据写到.txt文档中,我查过micropython有uos模块,但是并没有找到如何写文件,求教如何利用openMV进行文件操作!
https://docs.singtown.com/micropython/zh/latest/openmvcam/library/uos.html
谢谢,所以它可以创建一个新目录,但是没办法往里面写数据对嘛?我看了一下这些函数好像没有这个功能。
https://cn.bing.com/search?q=python3+文件操作&qs=n&form=QBLHCN&sp=-1&pq=python3&sc=5-7&sk=&cvid=2AF1205BEF8345ED9FC6E221B690421B
当然是可以的,直接open就能write。