摘要: //人类 function Person(name) { this.name = name; this.showName = function () { console.log("my name is " + name); } ... 阅读全文
posted @ 2015-07-15 16:16 yyq745201 阅读(802) 评论(0) 推荐(0)
摘要: .NET平台已经发生了很多变化,最近决定好好的系统的学习一下了,开发做了这么多年,老实说很多时候都是在吃老本,这样下去不行的。。。今天学习的是Func,它是新的委托申明方式,较之前的简洁多了。using System;using System.Collections.Generic;using Sy... 阅读全文
posted @ 2015-07-15 14:25 yyq745201 阅读(203) 评论(0) 推荐(0)