Sample of apply method (Jscript).
摘要:
// the class function cal() { this.add = function (x, y) { return x + y; } } // the object to apply var ins_tmp = new cal(); // the function function b() { // notice: with... 阅读全文
posted @ 2004-09-09 13:51 阮 阅读(435) 评论(0) 推荐(0)
浙公网安备 33010602011771号