掘友等级
获得徽章 0
TIL
git ls-files --stage 查看文件权限
git update-index --chmod +x <file> 给文件添加可执行权限
那些被jQuery舍弃的方法
jQuery.isArray = Array.isArray;
jQuery.parseJSON = JSON.parse;
jQuery.nodeName = nodeName;
jQuery.isFunction = isFunction;
jQuery.isWindow = isWindow;
jQuery.camelCase = camelCase;
jQuery.type = toType;
jQuery.now = Date.now;
下一页