wangyp

博客园 首页 联系 订阅 管理
s = 'we are happy'
s = s.replace(' ','%20')
print s
s = 'we are happy'
s = s.replace(' ','%20')
print s

  

posted on 2018-12-04 17:39  wangyp  阅读(85)  评论(0)    收藏  举报