字符串轉換整型python解答

【題目】 鏈接 【python】 class Solution(object): def myAtoi(self, str): """ :type str: str :rtype: int """ ans_str = '' str = str.strip() #去除字符串中首尾的空格 if str[0] == '-' or
相關文章
相關標籤/搜索