Selenium中读取Excel文件

  1.POI public class ReadExcel { public static void main(String[] args) throws FileNotFoundException { try { File src=new File(".\\Files\\test_data.xlsx");//指定路径 FileInputStream fis=new Fi
相关文章
相关标签/搜索