const TC = require("@bitfocusas/tricaster"); const tc2 = new TC("10.20.102.30"); tc2.on('variable', (key, obj) => { console.log("["+key+"]:",obj) }); ...
確定! 回上一頁