[Note] 如何看struct使用了多少記憶體struct struct_A{ char a; int b; char c; }; struct struct_B{ char a; char b; int c; }; struct_A和struct_B各消耗多少記憶體 ...
確定! 回上一頁