2015年10月21日

python split函数

摘要: Python split()通过指定分隔符对字符串进行切片,如果参数num 有指定值,则仅分隔 num 个子字符串例current_month = "2013-01-02"years = current_month.split("-", 1)month = current_month.split("... 阅读全文

posted @ 2015-10-21 15:47 红豆·绿豆 阅读(179) 评论(0) 推荐(0) 编辑

导航