/itemCount.action 返回的 json 的数据 {"itemCount":181}
$(document).ready($.get("/itemCount.action",function(data){
alert(data.itemCount);
};
json 取值
最新推荐文章于 2024-08-28 11:37:10 发布
/itemCount.action 返回的 json 的数据 {"itemCount":181}
$(document).ready($.get("/itemCount.action",function(data){
alert(data.itemCount);
};