摘要:原文:http://blog.sina.com.cn/s/blog_786ce14d01014lpr.html string 是c++标准库里面其中一个,封装了对字符串的操作把string转换为char* 有3中方法:1.data如:string str="abc";char *p=str.data
阅读全文
posted @ 2016-10-21 22:12
posted @ 2016-10-21 22:12