from influxdb import InfluxDBClient # 建立連線 client = InfluxDBClient('localhost', port, 'root', 'root', 'production'). 操作起來.
確定! 回上一頁