05 2015 档案

摘要:1. 基础面向对象实例function Lecture(name, teacher) { this.name = name; this.teacher = teacher;}Lecture.prototype.display = function () { return this.teache... 阅读全文
posted @ 2015-05-21 08:27 feilv 阅读(296) 评论(0) 推荐(0)
摘要:模拟微步View Code拖动连线跟随raphael拖动测试1测试2测试3测试4View Code模拟微步2View Code 阅读全文
posted @ 2015-05-14 17:40 feilv 阅读(817) 评论(0) 推荐(0)