Site Notice
hello, world
Short url
From Project-EPB Commons
此页收集一些短网址生成api
腾讯
- url.cn
<html> <div id="tencent"> <pre class="urlFinal">https://url.cn/</pre> <input placeholder="https://wjghj.cn" value="https://wjghj.cn" class="urlRequest"/> <button onclick="getTencent()">生成</button> <script> function getTencent() {
var url = $('#tencent .urlRequest').val(); console.info(url); $.getJSON('https://doc.wjghj.cn/surl/?url='+url, function(result) { alert(result.sUrl); } });
} </script> </html>