首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Ajax >

Prototype怎么为一个Ajax添加一个参数

2012-10-12 
Prototype如何为一个Ajax添加一个参数?代码如下:new Ajax.Request(/your_url, {method: ‘get,parameter

Prototype如何为一个Ajax添加一个参数?
代码如下:
new Ajax.Request('/your_url', {
method: ‘get',
parameters: {name: ‘rainman', limit: 12}
});

热点排行