[code ]size_t std::string::length()[/code] is the C++ equivalent of [code ]size_t strlen(char*)[/code] in the C library. [code]std::string::size() [/code]is ...
確定! 回上一頁