中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

python替換用什么函數

九三
260
2021-01-22 10:16:03
欄目: 編程語言

python替換用什么函數

python中使用replace函數進行替換,具體方法如下:

replace:replace()函數的作用是把字符串中的old替換成 new。

replace()函數語法:

str.replace(old, new[, max])

參數:

old:將被替換的子字符串。

new:新字符串,用于替換old子字符串。

max:可選字符串, 替換不超過max次。

replace()函數使用方法:

str = "this is string example....wow!!! this is really string";

print str.replace("is", "was");

print str.replace("is", "was", 3);

輸出結果為:

thwas was string example....wow!!! thwas was really string

thwas was string example....wow!!! thwas is really string

0
太保市| 龙川县| 永善县| 南漳县| 沐川县| 云南省| 台湾省| 来宾市| 淮南市| 彭泽县| 新宾| 云南省| 萍乡市| 海城市| 庄河市| 平利县| 松江区| 增城市| 本溪市| 宁乡县| 榆林市| 崇明县| 六安市| 红安县| 屏山县| 莎车县| 芷江| 乡宁县| 辽阳市| 商都县| 临汾市| 和林格尔县| 靖宇县| 大兴区| 凤山县| 马关县| 南澳县| 七台河市| 积石山| 江阴市| 双江|