目前分類:JavaScript (3)

瀏覽方式: 標題列表 簡短摘要

<img class="full-width img-responsive" src="assets/img/blog/16.jpg" onerror="javascript: this.src = '/Content/images/error/product.jpg'">

 

 


文章標籤

鴨鴨仔 發表在 痞客邦 留言(0) 人氣()

function EscapeFormat(value) {
    return value.replace(/(\(|\))/g, "\\$1");
}

 

文章標籤

鴨鴨仔 發表在 痞客邦 留言(0) 人氣()

關閉當前頁面
http://qiaolevip.iteye.com/blog/1321009

  1. window.opener = null;  
  2. window.open("", "_self");  
  3. window.close();  

鴨鴨仔 發表在 痞客邦 留言(0) 人氣()