... 定義結構的方法。 typedef struct { int data; int text; } S1; // 這種方法可以在c或者c++中定義一個S1結構struct S2 { int data; int text; }; @ @ coke750101.
確定! 回上一頁