写了LaunchTime的程序,但是跑不起来,提示AttributeError: 'App' object has no attribute 'os'
来源:2-1 如何学好Android App性能测试?
云上有龙3989160
2017-03-26
LaunchTime.py提示错误,
写回答
1回答
-
慕粉2109097823
2017-04-10
需要导入os模块
import os
012017-04-24
相似问题
写了LaunchTime的程序,但是跑不起来,提示AttributeError: 'App' object has no attribute 'os'
来源:2-1 如何学好Android App性能测试?
云上有龙3989160
2017-03-26
LaunchTime.py提示错误,
1回答
慕粉2109097823
2017-04-10
需要导入os模块
import os
相似问题