8. String to Integer (atoi) Implement atoi to convert a string to an integer.实现atoi将字符串转换为整数 Solution