摘要: 1. 新建文件D:\TestRequire\test.js: const ffi = require("ffi-napi"); var current = ffi.Library('ntdll.dll', { atoi: ["int", ["string"]], }); console.log("a 阅读全文
posted @ 2023-01-09 16:26 oubin 阅读(1763) 评论(0) 推荐(0)