摘要:
Requests类中post方法接受的参数 :param url: URL for the new :class:`Request` object. :param params: (optional) Dictionary or bytes to be sent in the query strin 阅读全文
摘要:
*** Settings *** Resource ..${/}..${/}..${/}..${/}keywords${/}Common.robot Test Setup Run Keywords Open Browser Window AND ... Connect PROMO2 Database 阅读全文
摘要:
subprocess 前言 import os os.system('dir') #输出命令结果到屏幕,返回命令执行状态(0代表执行成功,0代表执行失败) os.popen('dir').read() #保存命令的执行结果并输出(/n换行),无返回状态 #commands only support 阅读全文