strip():
python中的strip用於去除字串的首位字元,同理,lstrip用於去除左邊的字元,rstrip用於去除右邊的字元。這三個函式都可傳入乙個引數,指定要去除的首尾字元。
**如下:
thestring = 'saaaay yes no yaaaass'
print thestring.strip('say')
thestring依次被去除首尾在['s','a','y']陣列內的字元,直到字元在不陣列內。所以,輸出的結果為:
yes no
比較簡單吧,lstrip和rstrip原理是一樣的。注意:當沒有傳入引數時,是預設去除首尾空格的。
**如下:
thestring = 'saaaay yes no yaaaass'
print thestring.strip('say')
print thestring.strip('say ') #say後面有空格
print thestring.lstrip('say')
print thestring.rstrip('say')
執行結果:
yes no
es no
yes no yaaaass
saaaay yes no
linux系統使用python監測系統負載指令碼分享
複製 如下 usr bin env python import os def load stat load g f op程式設計客棧en 程式設計客棧proc load g con f.read split f.close load g l g 1 con 0 load g l g 5 con 1 ...
系統架構 氣象監測系統架構 氣象監測系統架構
ft qc6氣象監測系統架構 風途科技 fengtu降水變化對農業生產的影響。在農業生產過程中,水資源起著重要的作用,農作物吸收的水資源,主要是地表水 地下水和大氣降水,隨著社會的不斷發展,水資源不斷減少,並且水資源也出現汙染的情況,使農業生產用水問題越來越嚴重。據相關報道,我國灌溉作物面積逐漸減少...
多引數水質監測(檢測)系統
統結構示意 水質檢監測測預警系統結構示意 3 監測專案 監測專案12 3456 78910 11 4 部分技術引數注 以下引數僅供參考,部分技術可根據使用者需要適當調整 防水性 感測器 測定溫度 0?55 保管溫度 5?60 測定深度 2 最深30m u 22xd 最深100m w 22xd 23x...