📅  最后修改于: 2020-10-25 05:50:01             🧑  作者: Mango
JavaScript DataView.getUint8()是dataView中的内置方法。用于在指定位置获取无符号的8位整数(无符号字节)数字。
dataview.getUint8(byteoffset)
byteoffset:从读取数据的视图开始处的偏移量(以字节为单位)。
此方法返回一个无符号的8位整数。
Chrome | 9 |
Safari | 5.1 |
Firefox | 15 |
Opera | 12.1 |
输出:
Convert the Float value 33.4 to:
33
输出:
If there is no data to be stored, then Output will Be:
0
输出:
Convert the PI value 3.14 to
3
输出:
If we give an Integer value then Output will be Integer
67