好在python提供了ctypes這個庫, 能夠讓我們在python中實現類似C語言的功能. >>> from ctypes import * >>> class Req(Structure): ...
確定! 回上一頁