04 2016 档案
摘要:1.(<img\ssrc[^>]*>) 2.content.replace(/<img [^>]*src=['"]([^'"]+)[^>]*>/gi, function (match) { console.log(match);}); 结果是:<img src="http://www.jb51.ne
阅读全文
摘要:1.解决ie6下css背景图不缓存 try{ document.execCommand('BackgroundImageCache',false,true); }catch(e){} 2.为ajax设置请求默认值。 $.ajaxSetup({cache:true})
阅读全文
摘要:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> .duihua span.tp{ border-width: 30px; border-style: solid;
阅读全文
摘要:“products.:format" 这种写法可以有对应的下面两种路由形式 /products.json /products.xml "products.:format?" 这种写法可以有下面对应的三种路由形式 /products.json /products.xml /products "/use
阅读全文
摘要:https://www.ijser.cn/npm-package-json-document/ 形式可以有如下多种: version 严格匹配某个版本 >version 必须大于某个版本 >=version <version <=version ~version 大概匹配某个版本 ^version
阅读全文

浙公网安备 33010602011771号