SF
LeetCode-Python3
LeetCode-Python3
注册登录
关注博客
注册登录
主页
关于
RSS
[Leetcode]字符串转换整数 (ATOI)
赵杭天
2019-02-26
阅读 1 分钟
1.7k
str.strip()与str.relaces(' ','')的区别:str.strip()去掉头尾的空格,str.relaces(' ','')去掉所有空格