指向字符串数组的指针 char指针指向字符串 如何定义指向string数组的指针?通过这种方式,您可以使用namespace stdint main(){string SS=“Hello”char*Pt=&s... 2021-03-17 2330次浏览