摘要: github 项目地址 node版本 λ node -v v12.16.2 main.js const ffi = require("@saleae/ffi"); const child_process = require("child_process"); const W32 = require( 阅读全文
posted @ 2020-04-27 21:30 Ajanuw 阅读(1434) 评论(0) 推荐(2) 编辑
摘要: win32 api 也可以试试我写的 node-windows-x64 库 >node -v v12.16.1 >npm install -g node-gyp >npm i @saleae/ffi >node test.js 1 test.js const ffi = require("@sale 阅读全文
posted @ 2020-04-27 16:34 Ajanuw 阅读(5806) 评论(0) 推荐(1) 编辑