void test1() { std::string str1 = "1"; std::string str2 = "1.5"; std::string str3 = "1 with words"; int myint1 = std::stoi(str1); int myint2 ...
確定! 回上一頁