notes icon indicating copy to clipboard operation
notes copied to clipboard

博客、学习笔记

trafficstars

notes

日常学习的一些有用小笔记

博客

网站收录

短链接口(百度api):

$.ajax({
 headers: {
   'apikey': '0bcae0071cafdafadd3a85acd22493af'
 },
 type: 'GET',
 url: '//apis.baidu.com/3023/shorturl/shorten?url_long=' + encodeURIComponent('http://baidu.com')
})