12 2017 档案
摘要:Swiper 3.4.1
阅读全文
摘要:ajax 跨域无法携带cookie,需要用到session,终于完美结局 xhrFields: { withCredentials: true }, 添加这个可能是大家都会做的一件事 但是添加上了之后就出现了另外一个问题 The 'Access-Control-Allow-Origin' heade
阅读全文
摘要://执行回调函数 typeof fn "function" ? fn() : false; //执行回调函数 typeof fn "function" ? fn() : false;
阅读全文
摘要:clone 某个分支: git clone -b b1 https://github.com/... clone所有分支 git clone https://github.com/... git branch -r * master origin/HEAD -> origin/master origin/master origin/b1 git checkout b1
阅读全文
摘要:$(function(){ //调用查看微信放大图片功能 imgClick(".product-img-body img"); }) //可以点击的图片 function imgClick(obj){ $(obj).click(function(){ var src = getI...
阅读全文
浙公网安备 33010602011771号