1、c_str():生成一個const char*指針,指向以空字符終止的數組。 ... Char* data() const { return c_str(); }const Char* c_str() const { const ...
確定! 回上一頁