11 2013 档案

摘要:using System.Collections;using System.Text.RegularExpressions;namespace DotNet.Utilities{ public class ... 阅读全文
posted @ 2013-11-13 21:12 梦回丶故里 阅读(196) 评论(0) 推荐(0)
摘要://------------------------------------------------------------// All Rights Reserved , Copyright (C) 2010 ... 阅读全文
posted @ 2013-11-13 21:11 梦回丶故里 阅读(147) 评论(0) 推荐(0)
摘要:#list#新建列表testList=[10086,'中国移动',[1,2,4,5]]#访问列表长度print len(testList)#到列表结尾print testList[1:]#向列表添加元素testL... 阅读全文
posted @ 2013-11-13 21:04 梦回丶故里 阅读(250) 评论(0) 推荐(0)