亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

python中strip的用法有哪些

小億
151
2023-08-10 20:16:33
欄目: 編程語言

在 Python 中,strip 的用法有以下幾種:

  1. strip():默認情況下,去除字符串兩端的空格和換行符。

示例:s = " hello world "s.strip() 結果為 "hello world"

  1. strip(chars):去除字符串兩端指定的字符。

示例:s = ">>>hello world<<<"s.strip("<>") 結果為 "hello world"

  1. lstrip():去除字符串左側的空格和換行符。

示例:s = " hello world"s.lstrip() 結果為 "hello world"

  1. lstrip(chars):去除字符串左側指定的字符。

示例:s = ">>>hello world<<<"s.lstrip("<>") 結果為 "hello world<<<"

  1. rstrip():去除字符串右側的空格和換行符。

示例:s = "hello world "s.rstrip() 結果為 "hello world"

  1. rstrip(chars):去除字符串右側指定的字符。

示例:s = ">>>hello world<<<"s.rstrip("<>") 結果為 ">>>hello world"

需要注意的是,strip 只能去除字符串兩端的字符,不會改變字符串內部的字符。

0
义乌市| 岢岚县| 呼和浩特市| 合山市| 揭西县| 张北县| 浦北县| 繁昌县| 土默特左旗| 微博| 荔浦县| 黔西| 襄汾县| 宁津县| 湘潭市| 洛浦县| 如东县| 临清市| 万载县| 郓城县| 上犹县| 纳雍县| 年辖:市辖区| 三明市| 吴桥县| 台东市| 务川| 汉中市| 麻城市| 台前县| 泰来县| 庆城县| 都江堰市| 古田县| 永德县| 南召县| 甘泉县| 榆树市| 攀枝花市| 四子王旗| 普安县|