2012年11月13日

JavaScript,这是实例方法吗?

摘要: 我就看看,我不说话。这是 Box.js 文件:/// <reference path="jquery-1.8.2.min.js" />function Box(input) { var me = this; this.things = input; this.say = "You got a " + me.things; this.onclick = function (sender) { alert(me.say); }; this.putOn = function (stage) { $(stage).html("Here is 阅读全文

posted @ 2012-11-13 13:42 飞扬的尘埃 阅读(179) 评论(0) 推荐(0) 编辑

导航