前面的const表示string()返回的char*不能作为一个左值来使用。 例如:string() = ptrChar 是不可以的,其中,ptrChar是另外一个char指针。 后面的const表示在函数调用 ...
確定! 回上一頁