1、去除字符串首尾空格、回车、 table strip() ” xyz “.strip() # returns “xyz” ” xyz “.lstrip() # returns “xyz ” ” xy … Continue reading Python常用集锦(upgrading…)
1、去除字符串首尾空格、回车、 table strip() ” xyz “.strip() # returns “xyz” ” xyz “.lstrip() # returns “xyz ” ” xy … Continue reading Python常用集锦(upgrading…)