vue-ajax

vue-resource

官网:https://github.com/pagekit/vue-resource

cdn:

get请求:




	
	Document
	
		


	
{{obj | json}}

post请求




	
	Document
	
		


	

jsonp

  • jsonp(url, [config])
jsonp 用于跨域请求(防止因为数据流不安全而被中断)

你可能感兴趣的:(vue-ajax)