dataView.getUint16 (DataView) – JavaScript 中文开发手册

Posted MrAit

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了dataView.getUint16 (DataView) – JavaScript 中文开发手册相关的知识,希望对你有一定的参考价值。

[
  • ??JavaScript 中文开发手册

    dataView.getUint16 (DataView) - javascript 中文开发手册

    getUint16()方法从DataView起始位置以byte为计数的指定偏移量(byteOffset)处获取一个16-bit数(无符号短整型)。

    语法

    dataview.getUint16(byteOffset [, littleEndian])

    参数

    byteOffset偏移量, 单位为字节, 从头开始计算.littleEndian可选Indicates whether the 16-bit int is stored inlittle- or big-endianformat. If false or undefined, a big-endian value is read。

    返回值

    一个无符号短整型16位数。

    抛出错误

    ]
    转载请保留页面地址:https://www.breakyizhan.com/javascript/32687.html

    以上是关于dataView.getUint16 (DataView) – JavaScript 中文开发手册的主要内容,如果未能解决你的问题,请参考以下文章

    DataV构建大屏(全屏)数据展示页面

    千呼万唤始出来——DataV私有部署功能

    Vue + DataV + SignalR 数字化大屏展示

    Vue + DataV + SignalR 数字化大屏展示

    大屏项目—— 使用DataV开发步骤

    如何在vue项目中使用UMD方式引入datav?