Skip to content

| find 这个是windows电脑的过滤字符串命令,最好放在Python里操作,从而兼容mac电脑 #2

Description

@ahchchxx

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

加油开源人!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions