[问题] jquery post json object 的问题

楼主: ledzepp0 (led)   2016-04-28 19:29:55
各位大大好:
初次接触ajax, 今天尝试用jsp 写来接收POST过来的json资料
大概的程式码如下:
*SEND POST 的部分:
<script>
var testdata = {
"mode" : "A",
"userdata" : {
"color" :"red",
"size" : "big"
}
}
</script>
$.post( url, testdata);
作者: foreverangle (路人)   2016-04-28 20:06:00
request.getParameter("userdata[color]")用浏览器的工具去看request发送的data,应该就能懂

Links booklink

Contact Us: admin [ a t ] ucptt.com