2018年7月2日
摘要: 使用js去除字符串内所带有空格,有以下三种方法: ( 1 ) replace正则匹配方法 去除字符串内所有的空格:str = str.replace(/\s*/g,""); 去除字符串内两头的空格:str = str.replace(/^\s*|\s*$/g,""); 去除字符串内左侧的空格:str 阅读全文
posted @ 2018-07-02 15:52 刘世涛6192 阅读(317) 评论(0) 推荐(0) 编辑
摘要: $("div[class^='pick']").css({'border-color':'#000000'}); div [class^="aaa"] 阅读全文
posted @ 2018-07-02 15:30 刘世涛6192 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 9;00-18:00(节假日 20;00) var bigImg = document.createElement("div"); var img0 = document.createElement("img"); bigImg.appendChild(img0); $(bigImg).attr("class", "bigImg").hide(); do... 阅读全文
posted @ 2018-07-02 10:09 刘世涛6192 阅读(222) 评论(0) 推荐(0) 编辑
摘要: class="active">团购首页 $vo['catId'],'temp'=>$vo['catId'],'active'=>$vo['catId']))}"... 阅读全文
posted @ 2018-07-02 09:56 刘世涛6192 阅读(303) 评论(0) 推荐(0) 编辑