mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
edit generater
This commit is contained in:
@@ -30,6 +30,8 @@ Uint32|4|32位不带符号的整数|unsigned int
|
||||
Float32|4|32位浮点数|float
|
||||
Float64|8|64位浮点数|double
|
||||
|
||||
注意,二进制数组并不是真正的数组,而是类似数组的对象。
|
||||
|
||||
很多浏览器操作的API,用到了二进制数组操作二进制数据,下面是其中的几个。
|
||||
|
||||
- File API
|
||||
|
||||
Reference in New Issue
Block a user