摘要: When the application first starts up (i.e., when Application_Start() runs), this codepopulates a global static RouteCollection object called RouteTable.Routes. That’s where theapplication’s routing configuration lives.MapRoute() adds an entry to the routing configuration.正常写法:routes.MapRoute("D 阅读全文
posted @ 2012-03-15 17:07 Master HaKu 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 列表示例1: (新建, 删除, 修改) # basic operation of listnames = ['David', 'George', 'Peter', 'Mark', 'ALice']print "Original List:"print namesdel names[1]print " 阅读全文
posted @ 2012-03-15 11:05 Master HaKu 阅读(291) 评论(0) 推荐(0) 编辑