python 3.0 strip(),split()己經被str模組取代或使用string模組 >>> AA = " 1 abc " >>> AA.strip() '1 abc' >>> print AA
確定! 回上一頁