ajax 请求某个文件

前端之家收集整理的这篇文章主要介绍了ajax 请求某个文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
 		$.ajax({
			url:"strock.js?name="+chiWord,async:false,success:function(json){
				_this.jsonObj = json;
			if (_this.jsonObj==null)
			{
				alert("parse json error");
				return;
			}

                             },error:function(){
				console.error("got error,%o",arguments);
			}
			});
原文链接:https://www.f2er.com/ajax/165867.html

猜你在找的Ajax相关文章