06 2016 档案

摘要:window.mobileCheck = function() { var check = false; (function(a){if(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iri... 阅读全文
posted @ 2016-06-06 17:09 蚂蚁1 阅读(200) 评论(0) 推荐(0)
摘要:1 public class QRCode { 2 /** 3 * 解析二维码(QRCode) 4 * @param imgPath 5 * @return 6 */ 7 public static String decoderQRCode(String imgPath) { 8 // ... 阅读全文
posted @ 2016-06-01 15:56 蚂蚁1 阅读(210) 评论(0) 推荐(0)