function getGoodsInfo(selectID,forumIdd){
alert(selectID);
Goods.getGoodsInfo(forumId,function(data){showName(data,selectID)});
}
var showName = function(data,selectID){
alert(selectID);
}
dwr 回调函数传多个参数
最新推荐文章于 2012-10-12 16:58:38 发布