摘要:
# -*- coding:utf-8 -*-##s.partition(d)##Searches string s for the first occurrence of some delimiter string d.if s contains##the delimiter,it returns a truple(pre,d,post),where pre is the part of s before##the delimiter ,d is the delimiter itself,and post is the part of s after the delimiter.##s=u 阅读全文
posted @ 2013-08-20 18:05
Alex-Zeng
阅读(290)
评论(0)
推荐(0)
浙公网安备 33010602011771号