代码改变世界

MoolTools 使用心得

2010-09-21 08:03  LvSir  阅读(366)  评论(0编辑  收藏  举报

var ProductPat=new Class({
 Implements:Options,
 options:{
 url:{pat: "http://localhost:8051/ajax/sale/pat/index.php",
    sale: "http://localhost:8051/ajax/sale/sale",
    sales: "http://localhost:8051/ajax/sale/sales",
    infos: "http://localhost:8051/ajax/sale/infos"},
 pointImg: "images/point_add.gif"
},
  initialize:function(options)
  {
 this.setOptions(options);
 this._sales=$H();
 this._times=$A([]);
 this._started=false;

 

url地址必须填绝对地址,不要填目录

 

json的key字段不能用数字,必须用字母