jquery中请求格式

    $.ajax({
        url:"/ceshi/",
        type:"get",
        cache:false,
        dataType:"json",
        data:{},
        success:function (obj) {
            console.log(obj)
        }
    })

 

posted @ 2019-06-18 14:06  代码家园  阅读(155)  评论(0编辑  收藏  举报