char str[] = "first half""the other half"; 2、使用拼接符## #define StrCat(str1, str2) str1##str2 #define string StrCat("str1", "str2")
確定! 回上一頁