<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>无标题页</title>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
$.ajax({
type:"get",
url:"ajax/upanddown.aspx",
data: "aid=[$aid$]&cid=[$cid$]",
success:function(data, textStatus){
if(data){
alert("111");
}else{
alert("222");
}
},
error: function(){
alert("ajax请求出错");
}
});
});
</script>
</head>
<body>
</body>
</html>
胡说叔叔
婷婷同学_