Chinaunix首页 | 论坛 | 博客
  • 博客访问: 26314644
  • 博文数量: 2065
  • 博客积分: 10377
  • 博客等级: 上将
  • 技术积分: 21525
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-04 17:50
文章分类

全部博文(2065)

文章存档

2012年(2)

2011年(19)

2010年(1160)

2009年(969)

2008年(153)

分类: 系统运维

2009-10-22 16:37:55

如果有sethttprequestheader的话
则表示的是POST方式了!
阅读(1010) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

hkebao2010-03-30 22:28:49

$('#ajax').click(function (){ $.ajax({ url: 'http://localhost:8080/Process/ProcessServlets?id='+Math.random(), type: 'get', dataType: 'text', timeout: 1000, error: function(){ alert('Error loading XML document'); $("#results").html(""); },