JavaScript基础(一)

来源:互联网 发布:java web开发与实战 编辑:程序博客网 时间:2024/05/22 09:47

1.主要知识点:

JavaScript » Introduction

  • Main Index
    • Objects
    • eventhandler
    • Functions
    • Statements
    • Operators

JavaScript » Objects

  • Main Index
    • Anchor
    • Applet
    • Area
    • Array
    • Boolean
    • Button
    • Checkbox
    • Date
    • Document
    • Event
    • FileUpload
    • Form
    • Frame
    • Function
    • Hidden
    • History
    • Image
    • Layer
    • Math
    • Object
    • Reset
    • Screen
    • String
    • Submit
    • Text
    • Textarea
    • Window
    • Link
    • Location
    • Navigator
    • Number
    • Option
    • Password
    • Radio
    • RegExp
    • Select
    

Properties,  Methods

JavaScript » Event Handlers

  • Main Index
    • onAbort
    • onBlur
    • onChange
    • onClick
    • onDblClick
    • onDragDrop
    • onError
    • onFocus
    • onKeyDown
    • onKeyPress
    • onKeyUp
    • onload
    • onMouseDown
    • onMouseMove
    • onMouseOut
    • onMouseOver
    • onMouseUp
    • onMove
    • onReset
    • onResize
    • onSelect
    • onSubmit
    • onUnload


JavaScript » Functions

  • Main Index
    • escape
    • eval
    • isFinite
    • isNaN
    • number
    • parseFloat
    • parseInt
    • string
    • taint
    • unescape
    • untaint
    • encodeURI
    • encodeURIComponent
    • decodeURI
    • decodeURIComponent
    • alert
    • getAttribute
    • setAttribute


JavaScript » Statements

Break

Comment

Continue

Do ... While

Export

For

For ... In

Function

If ... Else

Import

Label

Return

Switch

Throw

Try ... Catch

Var

While

With


JAVAScript >>Operators

Arithmetic
   +  
   =
   ++
   +=
   -
   --
   -=
   /
   %
 
Assignment
   =
 
Backslash Escaped Characters
   \'
   \"
   \\
   \b
   \f
   \n
   \r
   \t
 
Bitwise
   &
   |
   ^
   ~
   <<
   >>
   >>>
 
Comparison
   ==
   !=
   ===
   !==
   >
   >=
   <
 

JAVASCRIPT >> Primitive Values


Infinity

NaN

Undefined


参考资料:

http://www.devguru.com/content/technologies/javascript/home.html

http://www.devguru.com/content/technologies/javascript/objects-array.html



原创粉丝点击