10 2014 档案
摘要:function getStyle(el){ if(window.getComputedStyle){ return window.getComputedStyle(el,null); } return el.currentStyle;}function getSt...
阅读全文
摘要:/** * 二维码 工具 * * @author Rubekid * */public class QRcodeUtils { /** * 默认version */ public static final int DEFAULT_VERSION = 9; /...
阅读全文
摘要:/** * 图片设置圆角 * @param srcImage * @param radius * @param border * @param padding * @return * @throws IOException */ ...
阅读全文
摘要:1:function myTest(){ for(var i=0; i< 5; i++){ setTimeout(console.log(i), 0); }}myTest();或者比较正规的写法(code 加上引号):function myTest(){ for(va...
阅读全文