# string 轉 int 1. [sstream](https://www.cnblogs.com/ranjiewen/p/9463676.html) 2. atoi() 但裡面要放 char array atoi (s.c_str());