Python获得一个url最后一个/后的字符串

1 #coding=utf-8
2  
3 url = '*******'
4 print url.split('/')[-1]

Python 2.7

posted on 2017-09-06 15:42  zcz1513  阅读(475)  评论(0编辑  收藏  举报

导航