strip() 和 trim() 的差別在於, trim() 只能移除普通的空白符號('U+0020'); strip() 除了普通的空白符號還能移除其他unicode空白符號。 下面範例字串 s ...
確定! 回上一頁