Site Notice

hello, world

Github CDN

From Project-EPB Commons
Revision as of 15:10, 19 November 2019 by 机智的小鱼君 (talk | contribs) ([InPageEdit] 没有编辑摘要)

https://raw.githack.com/

基本的用法是: <html> <pre p>https://raw.githack.com/用户名/仓库/master/路径/文件名.扩展名<span id="show"></span></pre> <span id="apath">https://raw.hithack.com/<input style="width:280px" id="path"/></span> <script> addEventListener('load',function(){

 $('#path').mousedown(function(){
   $('show').html('<br/>https://raw.hithack.com/'+$(this).val());
 });

}); </script> </html>