随笔分类 - 手游自动化
python 字典和json树形输出
摘要:import json a = {}print(json.dumps(a, indent=1))#indent=1代表字节点比父节点前多几个空格
阅读全文
手游自动化
摘要:手游UI自动化: github网址:https://github.com/AirtestProject/Airtest 安装:pip install -U airtest pip install -i https://pypi.tuna.tsinghua.edu.cn/simple airtest
阅读全文