使用雙重指標標示數個字串的位址: char *a="test1"; char *b="test2"; char **pt=(char**)malloc(sizeof(char*)*2);//宣告array of pointer, ...
確定! 回上一頁