码迷,mamicode.com
首页 > Web开发 > 详细

ajax url地址

时间:2017-06-04 18:36:24      阅读:269      评论:0      收藏:0      [点我收藏+]

标签:local   paper   ajax   url   host   pap   nbsp   var   question   

 

当前网址

http://localhost:8080/exam_paper/402881ec5c3924ec015c394ee4210000/set_questions

ajax请求url

var url = "exam_questions/json?type=" + type ;

请求之后的网址

http://localhost:8080/exam_paper/402881ec5c3924ec015c394ee4210000/exam_questions/json?type=2

 

正确的请求网址是

 http://localhost:8080/exam_questions/json?type=2

正确的ajax请求url

var url = "../../exam_questions/json?type=" + type ;

 

ajax url地址

标签:local   paper   ajax   url   host   pap   nbsp   var   question   

原文地址:http://www.cnblogs.com/linsx/p/6941091.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!