jQuery(function($){
    var url = 'http://chaxun.1616.net/s.php?type=ip&output=json&callback=?&_='+Math.random();  
    $.getJSON(url, function(data){
        alert(data.Ip);  
    });
});

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-12-28
  • 2021-09-17
  • 2022-12-23
  • 2021-09-16
  • 2021-05-19
猜你喜欢
  • 2021-09-27
  • 2022-12-23
  • 2021-09-03
  • 2021-09-20
  • 2021-12-24
  • 2021-06-10
相关资源
相似解决方案