发布时间:2019-07-16 10:09:38编辑:auto阅读(1664)
[root@localhost ~]# less txt
123 345 678
accdfesdfdsf
[root@localhost ~]# less tihuan.py
#!/usr/bin/env python
import re
wenjian = open('txt','r+')
a = wenjian.read()
wenjian.seek(0,0)
f = (r'123')
b =re.findall(f,a)
if b != []:
wenjian.write(a.replace(f,'zzh'))
wenjian.close()
[root@localhost ~]# ./tihuan.py
[root@localhost ~]# less txt
zzh 345 678
accdfesdfdsf
上一篇: Python break 语句及与con
下一篇: python模块--random
47484
45786
36784
34317
28955
25589
24436
19606
19102
17627
5458°
6041°
5563°
5632°
6565°
5370°
5370°
5878°
5851°
7163°