#include <stdio.h> int main() { char * str = "abcdefg"; printf("%c",str[2]); return 0; } 字符串就可以用数组的方式访问 你最后那个再从文件输出 什么意思?