webproxy
Version:
Modify http request/response in javascript config file easily.
28 lines (24 loc) • 524 B
HTML
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<!--<script src="http://js.aq.qq.com/js/aq_common.js"></script>-->
<script src="jquery-1.7.2.js"></script>
<script src="content_gbk.js"></script>
<script src="aa.js"></script>
</head>
<body>
<script>
//跨域测试
$.ajax({
type: "GET",
url: "http://moneyext.com/index/list_json/1430495986361",
dataType: "json",
success: function(data) {
console.log(data);
}
});
</script>
</body>
</html>