const * char c_str() 一個將string轉換為const* char的函數。 string的c_str()返回的指標是由string管理的。它的生命期是string對象的生命期。
確定! 回上一頁