const charT* c_str () const { if (length () == 0) return ""; terminate (); return data (); }. 原來c_str()的流程是:先調用terminate(),然後在 ...
確定! 回上一頁