2025-10-09 15:04 浏览次数 9
常见文件操作示例
Besides using the monkeyrunner API itself, you can use the standard Python OS and subprocess modules to call Android tools such as Android Debug Bridge.
除了使用monkeyrunnerAPI之外,您还可以使用标準的Python os和模块来调用如AndroidDebugBridge这样的Android工具。
To do the traversal of the source directory structure you use the walk method in the Python OS module.
要遍历源目录结构,需要使用Python模块os中的walk方法。