#include <stdio.h> int main(void) { char str[]={"I love china"}; printf("%s",str); getch(); } 这玩意也可以运行啊!