为了账号安全,请及时绑定邮箱和手机立即绑定

jquery-ajax

<html>

<head>

<script type="text/javascript" src="/jquery/jquery.js"></script>

<script type="text/javascript">

$(document).ready(function(){

  $("button").click(function(){

    $.getJSON("/example/jquery/demo_ajax_json.js",function(result){

      $.each(result, function(index, value){

        $("p").append(value +'&nbsp;');

      });

    });

  });

});

</script>

</head>


<body>


<button>获得 JSON 数据</button>

<p></p>


</body>

</html>


正在回答

1 回答

写的不错啊,继续努力!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信