You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
584 B
33 lines
584 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<script src="jquery.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
<script type="text/javascript">
|
|
|
|
$(function(){
|
|
|
|
$.ajax({
|
|
url: 'http://10.10.6.200/base/area/PageGovArea?limit=1000&page=1&areaCode=100000',
|
|
type: 'get',
|
|
async: false,
|
|
dataType : "json",
|
|
success: function (data) {
|
|
alert(data.message);
|
|
}
|
|
});
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
</script>
|
|
</html>
|