所以首先我需要加载一个DLL local ffi = require("ffi") local theDLL = ffi.load("thisDLL") 在ffi cdef中我有这个结构 ffi.cdef [[ typedef struct ...
確定! 回上一頁