include #include const char* value = "1234567"; stringstream strValue; strValue << value; unsigned int intValue; strValue >> intValue; ...
確定! 回上一頁