如何在下面的代码中为我的ajax调用添加10秒的延迟
new Ajax.Request(url, {
method: 'Post',
parameters: {"status": "test"},
onComplete: function (transport) {
transport.responseText;
}
});
答案 0 :(得分:0)
employee