javascript溫習的一些筆記 基礎常用知識小結

來源:互聯網
上載者:User

以下是全部內容:

2010.11.29日
1.[window.]alert();
document.alinkColor
textString.anchor()
navigator.appCodeName
escape("Hi!") 返回ascii 碼
eval("x+y") 對字串求值 x=10,y=20;eval=30
formName.elementName.focus(); 設定元素成為焦點
history.forward() 前進瀏覽器
Date相關的函數
Date.getDate() 返回 1-31間的日期
Date.getDay() 返回星期幾 周一到周六 0-6 間的數值
Date.getHours() 返回時 0-23
Date.getMinutes()
Date.getMonth()
Date.getSeconds()
Date.getTime() 得到時間截 從1970.1.1到現在的毫秒數
說明
{
}
Date.getTimezoneOffset() 得到客戶機的時差 GMT
Date.getYear();
history.go();
document.linkName.hash 返回Url中#後面的字串, 相同的用法有document.links[0].hash,document.location.hash
document.history 對象
document.history.forward();
document.history.back();
document.history.go(-1), -2
location.host,linkName.host, linkName.port 返回主機名稱和連接埠
location.hostname
location.href
formName.selectName.options[index].index 返回一個選擇元素的下標
isNaN()檢測是否為數字
stringName.italics() 設定為XIE 體格式
stringName.lastIndexOf(‘o'); 返回一個字元在字串串尾開始數的索引下標
stringName.link();
事件
onChange=""
onClick=""
onFocus=""
onLoad=""
onMouseOver=""
onSelect=""
onSubmit=""
onUnload="" 退出文檔的時候

document.open([MIMETYPE])
window.open("url","windows name"[,"windowFeatures"])

Date.parse("Jan 11,1996");
parseFloat(string)
parseInt(string[,radox]);

document.fromName.passwordName
location.pathname,link.pathname,links[index].pathname

windowName.prompt(message[inputDefault]);
protocal:
about,ftp,http,mailto,news,file,javascript

Math.random() 返回 0-1間的隨機數
Math.round(argument)四捨五入
formName.resetButtonName

window.status
stringName.strike() 將字元轉化成帶刪除線的字
stringNAme.sub() 將字元轉化成下標文字格式設定
formName.submit() 執行與單擊提交按鈕相同的動作
stringName.substring(index1,index2) 取子串
stringName.sup() 轉換成上標形式
target 規定一個視窗名的字串 formName.target, forms[index].target,location.target,link.target,links[index].target

document.title 返回<title> 標籤中的中讀值,沒包含的話是空NULL

Date.toGMTString() 將一個日期轉換在一個時間字串

stringName.toLowerCase();
stringName.toUppderCase()

window.top, window,top.frameName,window.top.frames[index]最高層的瀏覽器視窗

navigator.userAgent 瀏覽器標識代理
documnet.vlinkColor 返回連結訪問過的顏色值

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.