摘要: AJAX不可以实现跨域请求,经过特殊处理才行。一般后台可以通过WebClient实现跨域请求~ //get 请求 string url = string.Format("http://localhost:28450/api/values?str1=a&str2=b"); WebClient wc = 阅读全文
posted @ 2017-01-04 23:31 shuai7boy 阅读(654) 评论(0) 推荐(0) 编辑