在python程式碼的頭部匯入庫 import ctypes from ctypes import * AMC = ctypes.cdll.LoadLibrary lib_amc = AMC("./driver/amc4030/AMC4030.dll") ...
確定! 回上一頁