#!/usr/bin/env python
# -*- coding: UTF-8 -*-
'''=================================================
@Project -> File :test_-pytest-automation -> 555
@IDE :PyCharm
@Author :Mr. MA
@Date :2021/7/30 9:37
@Desc :检查URL是否能正常访问(脚本)
=================================================='''
import requests
import pandas as pd
# 取出excel表格数据遍历后生成字典
def parse_excel(file_path, sheet_name, column1, column2):

最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



