- 1、本文档共23页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
js常用语句(国外英文资料)
js常用语句(国外英文资料)
JS common statements
A. write b. write c. write Output statements
The comment in JS is / /
The traditional HTML document order is document- HTML - (head, body)
The DOM order in a browser window is window- (navigator, screen, history, location, document)
Get the name and value of the element in the form: document.getelementbyidx_x ( ID number of the element in the form ).name (or value).
A lowercase, uppercase JS: document.getelementbyidx_x ( output ).value = document.getelementby ( input ).value.
The value type in JS: String, Number, Boolean, Null, Object, Function
The characters in JS are converted to numeric: parseInt (), parseFloat ()
The number in JS is converted to a character type: ( variable )
The length of the fetch string in JS is (length)
The characters in JS are associated with the characters.
The comparison operators in JS are: = = = = = = = = = = = Thats not equal to
In JS, declare variables: var to make statements
The decision statement structure in JS: if (condition) {} else {}
The loop structure in JS: for ([initial expression]; [condition]; [upadte expression]) {inside loop}
The circular abort command is: break
Function functionName ([parameter],...) {the statement [s]}
When multiple form forms appear in the file, you can use document.forms [0], document.forms [1] instead.
Window: open window window.open (), close a window: window.close (), the window itself: self
The status bar Settings: window. Status = character;
The pop-up message: window.alert ( character );
The pop-up confirmation box: window.confirm ()
Popup input prompt: mpt ();
Specify the location of the current display link: window.location. Href = URL
The number of all forms in the form: document.form.length
Closing the output stream for the document: document.close ();
The string appends: =
Create a document element: document.createelement_x (), document.createtextnode ()
The method of getting elements: document.getelementbyidx_x ()
Set the value of all text members in
文档评论(0)