在這種情形下,就跟普通的 typedef 一樣: typedef const char * pc1; // typedef syntax using pc2 = const char *; // using = syntax typedef const int *(*pa1)[10]; ...
確定! 回上一頁