JavaScript筆試必備語句【轉】

來源:互聯網
上載者:User

標籤:for   數值   tput   condition   檔案中   rip   成員   輸入提示   表單   

1. document.write( " "); 輸出語句 2.JS中的注釋為// 3.傳統的HTML文檔順序是:document- >html- >(head,body) 4.一個瀏覽器視窗中的DOM順序是:window- >(navigator,screen,history,location,document) 5.得到表單中元素的名稱和值:document.getElementById( "表單中元素的ID號 ").name(或value) 6.一個小寫轉大寫的js: document.getElementById( "output ").value = document.getElementById( "input ").value.toUpperCase(); 7.JS中的實值型別:String,Number,Boolean,Null,Object,Function 8.JS中的字元型轉換成數值型:parseInt(),parseFloat() 9.JS中的數字轉換成字元型:( " " 變數) 10.JS中的取字串長度是:(length) 11.JS中的字元與字元相串連使用 號. 12.JS中的比較操作符有:==等於,!=不等於, >, >=, <. <= 13.JS中聲明變數使用:var來進行聲明 14.JS中的判定語句結構:if(condition){}else{} 15.JS中的迴圈結構:for([initial expression];[condition];[upadte expression]) {inside loop} 16.迴圈中止的命令是:break 17.JS中的函數定義:function functionName([parameter],...){statement[s]} 18.當檔案中出現多個form表單時.可以用document.forms[0],document.forms[1]來代替. 19.視窗:開啟視窗window.open(), 關閉一個視窗:window.close(), 視窗本身:self 20.狀態欄的設定:window.status= "字元 "; 21.彈出提示資訊:window.alert( "字元 "); 22.彈出確認框:window.confirm(); 23.彈出輸入提示框:window.prompt(); 24.指定當前顯示連結的位置:window.location.href= "URL " 25.取出表單中的所有表單的數量:document.forms.length 26.關閉文檔的輸出資料流:document.close(); 27.字串追加串連符: = 28.建立一個文件項目:document.createElement(),document.createTextNode() 29.得到元素的方法:document.getElementById() 30.設定表單中所有文本型的成員的值為空白: var form = window.document.forms[0] for (var i = 0; i

JavaScript筆試必備語句【轉】

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.