轻设计 / 轻生活 / 轻日记 / 轻梦想 === zhoumojianshe ===
© 优特良品&优特建站出品 | Powered by YOUTIY
苏ICP备13018047号-1
ajax请求示例
TAGS: 前端设计
<!DOCTYPE html>
<html>
<head>
<title>index</title>
<script type="text/javascript" 
src="http://www.youtiy.com/pages/skin/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" 
src="http://www.youtiy.com/pages/skin/js/base.js"></script>

</head>
<body>
<div id="dd"></div>
5555
<script>
	jQuery.ajax({
			url: "http://localhost:8083/mc/article/get.action?id=1",
			async: false,
			data: {},
			type: 'get',
			dataType: 'json',
			beforeSend: function () {
				//alert(action);
			},
			success: function (o) {
				// 可添加预处理
				//alert(JSON.stringify(o));
				$("#dd").html(o.data.artcontent);
			},
			complete: function (XMLHttpRequest, textStatus) {
				//alert('ss2');
			},
			error: function (XMLHttpRequest, textStatus, errorThrown) {
				//alert(XMLHttpRequest.status);
				//alert(XMLHttpRequest.readyState);
				//alert(textStatus);
			}
		});
</script>
</body>
</html>
周末
2022-03-02 23:01:39
标签云
网页设计 精致慢生活 感悟思语 我的旧年华
加偶微信