var InfluxdbClient = require("influxdb-client"); var client = InfluxdbClient.create({ host: "127.0.0.1", port: 8086, protocol: "http", ...
確定! 回上一頁