使用C++11標準函式庫 string 的 std::to_string() 可把整數轉為字串。 main.cpp. #include <iostream> #include <string> using namespace std; int main ...
確定! 回上一頁