如题,伪代码: ret = os.popen('adb devices').read() for row in ret.split('\n'): if 'device' in row: xxx 加油开源人!
如题,伪代码:
ret = os.popen('adb devices').read()
for row in ret.split('\n'):
if 'device' in row:
xxx
加油开源人!