robot根据【output.xm】产生【log.html】

时间:2021-06-23 17:05:52   收藏:0   阅读:0

https://www.cnblogs.com/apple2016/p/7525845.html

  1. cmd
rebot -d .  output.xml
  1. python
import os

os.system(‘rebot -d .  output.xml‘)

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!