» 共15页
Go
上一主题下一主题var readFace = { t1 : null, t2 : null, show : function(id) {this.t1 = setTimeout(function() {getObj(id).style.display = '';}, 200);}, clear : function() {clearTimeout(this.t1);}, close : function(id) {getObj(id).style.display = 'none';}}