Prototype如何为一个Ajax添加一个参数?

代码如下:

newAjax.Request('/your_url',{

method:‘get',

parameters:{name:‘rainman',limit:12}

});

相关推荐