图片预加载
(function($) {
var cache = [];
// Arguments are image paths relative to the current page.
$.preLoadImages = function() {
var args_len = arguments.length;
for (var i = args_len; i--;) {
var cacheImage = document.createEle... 详情»
Vimcdoc is an attempt to translate the wonderful Vim online documentation into Chinese, allowing more people to get to know and make use of this great tool. After installing vimcdoc, You will be able to do :help and read documentation in Chinese.
以上大致意... 详情»