[Leetcode]字符串转换整数 (ATOI)

2019-02-26
阅读 1 分钟
1.7k
str.strip()与str.relaces(' ','')的区别:str.strip()去掉头尾的空格,str.relaces(' ','')去掉所有空格