赞
踩
请你来实现一个 myAtoi(string s) 函数,使其能将字符串转换成一个 32 位有符号整数(类似 C/C++ 中的 atoi 函数)。
myAtoi(string s)
atoi
函数 myAtoi(string s) 的算法如下: