robot根据【output.xm】产生【log.html】
时间:2021-06-23 17:05:52
收藏:0
阅读:0
https://www.cnblogs.com/apple2016/p/7525845.html
- cmd
rebot -d . output.xml
- python
import os
os.system(‘rebot -d . output.xml‘)
评论(0)