如何用strcpy交换数组?
; char *pnsg = "hi,there."; strcpy(pmsg,pnsg); 这样无法编译, 如果都换成是数组的话就可以编译.那个很好理解. 难道是指针指向的