char str[6]; char * cpt=str; char ch; ch=cpt[1]; //ok,ch=str[2];
你可以写程序来验证, 不必迷信课件, 我们要看程序,运行程序,验证程序,用数据来验证。
前面有一句cpt++