1  | var url = 'http://www.test.com/api/test'  | 
1  | //express 服务器接收到的参数  | 
产生原因是,httpRequest header中 默认是 contentType = application/x-www-form-urlencoded, 如果相传boolean 应该改为 json
1  | $.ajax({  | 
当白云悠然褪去我已等不及登上高山仰望西方的天空但最美的不是夕阳是夜色如水月色流离
1  | var url = 'http://www.test.com/api/test'  | 
1  | //express 服务器接收到的参数  | 
产生原因是,httpRequest header中 默认是 contentType = application/x-www-form-urlencoded, 如果相传boolean 应该改为 json
1  | $.ajax({  |