post方式一定需要设置编码 ajax.setRequestHeader("Content-type","application/x-www-form-urlencoded"); post的方式,传递的参数写在send()方法里面,例如: ajax.send('id=1&name=jack');