Show(str); // 實參可以直接使用std::string 類型. Show("dog"); // 實參可以直接使用const char* 類型 ... std::string res = absl::StrCat(sv, str, cstr, i, f);
確定! 回上一頁