摘要: import os import configparser proDir = os.path.split(os.path.realpath(__file__))[0] configPath = os.path.join(proDir, "xs.ini") class ReadConfig(): de 阅读全文
posted @ 2020-04-06 19:15 小白龙白龙马 阅读(265) 评论(0) 推荐(0)
摘要: import os import configparser proDir = os.path.split(os.path.realpath(__file__))[0] configPath = os.path.join(proDir, "xs.ini") class ReadConfig(): de 阅读全文
posted @ 2020-04-06 19:10 小白龙白龙马 阅读(246) 评论(0) 推荐(0)
摘要: package jkcs; import java.util.Properties; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.WebDriver; import java.io.File 阅读全文
posted @ 2020-04-06 15:19 小白龙白龙马 阅读(262) 评论(0) 推荐(0)
摘要: package jkcs; import java.util.Properties; import java.io.FileInputStream; public class dqpzwj { public static void main(String[] args) { // TODO Auto 阅读全文
posted @ 2020-04-06 14:13 小白龙白龙马 阅读(351) 评论(0) 推荐(0)