from influxdb import InfluxDBClient # 初始化(指定要操作的数据库) client = InfluxDBClient('localhost', 8086, 'your_username', ...
確定! 回上一頁