摘要: #!/bin/python # -*- coding: utf-8 -*- import pandas as pd import requests, time, re def getcolumn(status, x): if float(status) < 80: return "正常" # eli 阅读全文
posted @ 2023-08-28 17:25 風£飛 阅读(159) 评论(0) 推荐(0)