摘要:
function En_test (options){ //初始化 this.oImg = this.getId(options.id).getElementsByTagName("img"); this.img_src = [], this.img_title = [], this.len = this.oImg.length; this.curr = 0; this.init.apply(this,arguments); };En_test.prototype = { init : function(){ var _that = th...
阅读全文