Friday, 3 April 2020

【Python】移除空白語法

【Python】移除空白語法

str.strip() 方法是 str.lstrip() 和 str.rstrip()的整合


  • str.strip():去除字串中的空格
  • str.lstrip():移除字串開頭的空格/空白符
  • str.rstrip():移除字串末尾的空格/空白符

No comments:

Post a Comment

IIS HTTP Error 403.18

 HTTP Error 403.18 - Forbidden The specified request cannot be processed in the application pool that is configured for this resource on the...