python 字串
描述python rstrip()www.cppcns.com 刪除 string 字串末尾的指定字元(預設為空格).
語法rst程式設計客棧rip()方法語法:
str.rstrip([chars])
引數chars – 指定刪除的字元(預設為空格)
返回值返回刪除 string 字串末尾的指定字元後生成的新字串。
例項以下例項展示了rstrip()函式的使用方法:
#!/usr/bin/python
str = " this is string example…wow!!! ";
print str.rstrip()www.cppcns.com;
str = 「88888888this is string example…wow!!!8888888」;
print str.rstrip(『8程式設計客棧');
以上例項輸出結果如下:
this is string example....wow!!!
88888888this is string exampl
總結本文標題: python rstrip()方法例項詳解
本文位址:
jacobi,seidel,sor方法的c 實現
沒有進行收斂性判斷,只是演算法的單純求解 include include include using namespace std const int n 4 檔案的行列數 陣列求max double max array double err n return max 分離矩陣確定d void arr...
jQuery中delegate 方法用法例項教程
此方法為匹配元素的子元素新增乙個或多個事件,並規定當這些事件發生時執行的函式。語法結構 如下 selector delegate childofselector,type,data,function 引數列表 引數描述 childofselector 定義要附加事件處理程式的乙個或多個子元素。typ...
Flash Builder4 6 破解方法的實踐
語言 簡體中文 simplified 2.安裝時,不用序列號,直接選擇安裝試用版 3.安裝完成後在安裝目錄下依次修改下列3個檔案 1 eclipse plugins com.adobe.flexbuilder.project 4.6.0.328916 meta inf下面的manifest.mf修改...