這個問題已經有了答案: C-like structures in Python 23個答案我有C碼: typedef struct test * Test; struct test { void *a; Test next; };
確定! 回上一頁