• 正在查找将来过去时的官方设定集?不如看看万界大百科吧!
  • 《将来过去时》第一部分 现在 魔科纪元的少年少女 即将正式发布!
  • 让我偷偷看一眼小鱼君的博客……
  • 服务器已成功迁移到 阿里云(杭州)

“Html:Short url”的版本间的差异

来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
 
(未显示同一用户的1个中间版本)
第7行: 第7行:
 
function start() {
 
function start() {
 
   $.ajax({
 
   $.ajax({
    url: 'https://common.wjghj.cn/api.php',
+
    url: '/api.php',
 
    type: 'post',
 
    type: 'post',
 
    dataType: 'jsonp',
 
    dataType: 'jsonp',
第16行: 第16行:
 
    },
 
    },
 
    success: function(data) {
 
    success: function(data) {
     $('#url').html(JSON.stringify(data));
+
     $('#url').html(data.shortenurl.shorturl);
 
    }
 
    }
 
   });
 
   });

2019年11月22日 (五) 03:39的最新版本