c_str 是Borland封装的String类中的一个函数,它返回当前字符串的首字符地址。 ... return 0; ... 注意:一定要使用strcpy()函数等来操作方法c_str()返回的指针.
確定! 回上一頁