首頁 >php教程 >PHP开发 >html,css,javascript,jquery使用筆記

html,css,javascript,jquery使用筆記

高洛峰
高洛峰原創
2016-11-24 11:40:381260瀏覽

//圖片在div中居中顯示:

 

html,css,javascript,jquery使用筆記

 

 

//javascript去除兩端空格
var pwd="  123 ";
pwd=pwd.replace(/^s+|s+$/pwd")

pwd=pwd.replace(/^s+|s+$/pwd"); ="123"



//javascript滾回界面頂部

window.scrollTo(0,0);



//javascript正則表達式判斷字符串是否全由數字字符組成
if( str.match(/ d/)== null)
      alert("輸入數值錯誤!");
else

      alert("數值正確!");


🎜
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn