摘要: 1、python访问zabbix api from urllib import parse, request import json, requests class Zabbix_api(object): def __init__(self, ip): self.url = 'http://%s/z 阅读全文
posted @ 2019-07-09 16:17 風£飛 阅读(473) 评论(0) 推荐(0)