2012年3月13日 星期二
2011年9月6日 星期二
[JavaScript] 字串長度 length & getLength()
今天發現用JavaScript的getLength做長度限制時,限制的大小一直會浮動,
測試了一下才發現原來getLength跟length計算出來的長度不一樣!!
測試了一下才發現原來getLength跟length計算出來的長度不一樣!!
2011年8月11日 星期四
2011年8月10日 星期三
2011年8月8日 星期一
2011年8月7日 星期日
[Javascript] 刷新頁面的幾種方法
history.go(0)
location.reload()
location=location
location.assign(location)
document.execCommand('Refresh')
window.navigate(location)
location.replace(location)
document.URL=location.href
location.reload()
location=location
location.assign(location)
document.execCommand('Refresh')
window.navigate(location)
location.replace(location)
document.URL=location.href
訂閱:
文章 (Atom)