做这个...
char* myString = "hello";
......有同样的效果吗?
char actualString[] = "hello"; char* myString = actualString;
c pointers
c ×1
pointers ×1