Skip to content
AllenYGY's Blog
Search
K
Main Navigation
Home
Blog
Tags
Archive
Note
Functional Programming
Theory Of Computation
Compiler Construction
Computer Graphics
Computer Network
Database Management System
Computer Organization
Operating System
Appearance
Menu
Return to top
On this page
Javascript-Quick-Start
引入
Js
javascript
<
script
>
</
script
>
输出
弹窗alert()
打印console.log()
数据类型
Number
JavaScript中不区分小数和整数
-99 //负数99
NaN //not a number
Infinity //表示无限大
String
‘ABC’
“ABC”
Boolean value
True、false