91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

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
铜山县| 祁阳县| 崇明县| 宣武区| 含山县| 江源县| 武平县| 启东市| 吐鲁番市| 定陶县| 鄢陵县| 西乌珠穆沁旗| 三原县| 思南县| 忻州市| 始兴县| 南郑县| 塔河县| 唐河县| 荥经县| 绥德县| 原平市| 安平县| 嵊州市| 长岭县| 东阿县| 山东省| 安义县| 金寨县| 牙克石市| 砚山县| 安远县| 德惠市| 宝坻区| 尼木县| 津市市| 扎兰屯市| 玉树县| 清丰县| 靖边县| 名山县|