#!/usr/bin/python3 from influxdb import InfluxDBClient client = InfluxDBClient(host='localhost', port=8086, username='energyuser', ...
確定! 回上一頁