“Html:Short url”的版本间的差异
来自小鱼君和他的朋友们
([InPageEdit] 没有编辑摘要) |
([InPageEdit] 没有编辑摘要) |
||
(未显示同一用户的1个中间版本) | |||
第7行: | 第7行: | ||
function start() { | function start() { | ||
$.ajax({ | $.ajax({ | ||
− | url: ' | + | url: '/api.php', |
type: 'post', | type: 'post', | ||
dataType: 'jsonp', | dataType: 'jsonp', | ||
第16行: | 第16行: | ||
}, | }, | ||
success: function(data) { | success: function(data) { | ||
− | $('#url').html( | + | $('#url').html(data.shortenurl.shorturl); |
} | } | ||
}); | }); |
2019年11月22日 (五) 03:39的最新版本