JS Script jquery Learning Note (1) I. JavaScript basics
Single-line Comment
Multiline Comment/* */
Data type
Numeric type
String type
Boolean type
Null value
No value defined
Escape character
function definition: 1234567891011121314
IndexOf ()
Toippercase ()
Replace ()
Built-in Object date
GetYear ()
GetDay ()
Browser Object windows
window.open ()
Window.close ()
Browser Object Document
Write ()
getElementById ()
Screen object two, Dom Foundation
DOM Document Object Model, node tree. A deeper understanding of beautifulsoup in Python.
4 Interfaces of the DOM
Document interface
Node interface
NodeList interface
Namenodemap interface
Dom Common Objects
Document Object
Node Object
NodeList Object
Element Object
attr Object
This article is from the "Danielqu" blog, make sure to keep this source http://qujunorz.blog.51cto.com/6378776/1871147
JS Script jquery Learning Note (1)