日期:2014-05-17 浏览次数:20498 次
<head runat="server">
<title></title>
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
function getjson() {
$.getJSON("/ajax/_getjson.ashx", function (data) {
alert(data.haha[0].ha);
});
// $.ajax({
// type: 'post',
// dataType: 'json',
// contentType: "application/json; charset=utf-8",
// url: "/ajax/_getjson.ashx",
// success: function (data) {
//
// alert(data.haha[0].ha);