python去除字符串中换行符: 使用strip()函数去掉每行结束的\n strip()函数原型 声明:s为字符串,rm为要删除的字符序列 s.strip(rm) 删除s字符串中开头、结尾处,位于 … Continue reading python怎么移除字符串中的换行符(去除字符串中指定字符)
python去除字符串中换行符: 使用strip()函数去掉每行结束的\n strip()函数原型 声明:s为字符串,rm为要删除的字符序列 s.strip(rm) 删除s字符串中开头、结尾处,位于 … Continue reading python怎么移除字符串中的换行符(去除字符串中指定字符)