Blogger Information
Blog 48
fans 3
comment 1
visits 30358
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
常用数据类型与流程控制
吴长清
Original
429 people have browsed it

常用数据类型与流程控制

1.常用数据类型

1.1 原始类型

类型 描述
number 数字(整数)类型
string 字符串,只要是双引号或者单引号内的内容皆属字符串类型
boolena 布尔类型,返回falseturn,非真即假
undefined 未定义,是变量未初始化的默认值
null 空,返回 object

特点:① 单值:a=1 b=‘def’ ② 动态:数据类型由值的类型来确定

1.2 引用类型

类型 描述
数组 array 每个成员可以是原始类型,也可以是引用类型
对象 Object,以键值对的方式存放,key->vlues
函数 function,函数既是数据类型,也是对象


2.流程控制:分支

2.1 条件判断

单分支和双分支

多分支及Switch

2.2 循环判断

for循环

while循环

3.使用if-else与 for 循环 打印 九九乘法表

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post