Array 直接初始化char 数组是特殊的,这种初始化要记得字符是以一个null 结尾的。 实例. char a1[] = {'C', '+', '+'}; // 初始化,没有null char a2[] = {'C', '+', ...
確定! 回上一頁