char e='\63'; //也可以使用转义字符的形式. Copied! char 称为字符类型,只能用单引号 ' ' 来包围,不能用双引号 " " 包围。 ... 输出字符使用%c,输出字符串使用%s。
確定! 回上一頁