查找内容:
指定编码:
GB2312
UTF-8
BIG5
EUC-KR
EUC-JP
SHIFT-JIS
WINDOWS-874
ISO-8859-1
;(function( $, undefined ) { var gistStylesheetLoaded = false, gistEmbed = function() { $( '.gist-oembed' ).each( function( i, el ) { var url = 'https://gist.github.com/' + $( el ).data( 'gist' ); $.ajax( { url: url, dataType: 'jsonp' } ).done( function( response ) { $( el ).replaceWith( response.div ); if ( ! gistStylesheetLoaded ) { var stylesheet = '<link rel="stylesheet" href="' + response.stylesheet + '" type="text/css" />'; $( 'head' ).append( stylesheet ); gistStylesheetLoaded = true; } } ); } ); }; $( document ).ready( gistEmbed ); $( 'body' ).on( 'post-load', gistEmbed ); })( jQuery );
文件修改时间
以二进制形式保存文件(建议使用)