#include <sstream> using namespace std; int main() { stringstream s1; int number =1234; string output;//要把number轉成字串型態的容器
確定! 回上一頁