各语言数据类型总结

Author:闫玉良

cjavapythonjavascript数据类型汇总

更多精彩文章请关注公众号『Pythonnote』或者『全栈技术精选』

脑图版

YTlyahNZ7DLW5dH

文字版

C 语言

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
基本类型
整型
char 型
short int
int
long int
long long int
浮点型
float 单精度浮点型
double 双精度浮点型
long double 精度更高的浮点型
构造类型
数组
结构体 struct
共用体 union
枚举类型 enum
指针类型
空类型 void

Python

1
2
3
4
5
6
7
8
9
10
11
12
13
Number 数字
int 有符号整型
long 长整型,也可以代表八进制和十六进制
float 浮点型
complex 复数
布尔类型
True
False
String 字符串
List 列表
Tuple 元组
Dictionary 字典
Set 集合(扩展)

Java

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
基本类型 Primitive Type
Boolean 类型
数值类型
整数类型
byte
short
int
long
char
浮点类型
float
double
引用类型 Reference Type

接口
数组
null 类型

JavaScript

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
主要类型
string
number
boolean
null
undefined
object
内置对象
String
Number
Boolean
Object
Function
Array
Date
RegExp
Error

更多精彩文章请关注公众号『Pythonnote』或者『全栈技术精选』

打赏
  • 版权声明: 本博客所有文章除特别声明外,均采用 Apache License 2.0 许可协议。转载请注明出处!
  • 页面访问量: 独立访客访问数:
  • 更多精彩文章请关注微信公众号『全栈技术精选』,id 为『Pythonnote』

请我喝杯咖啡吧~

支付宝
微信