当前位置: 代码迷 >> JavaScript >> 门类数组,javascript访问二进制数据的方式
  详细解决方案

门类数组,javascript访问二进制数据的方式

热度:160   发布时间:2012-10-09 10:21:45.0
类型数组,javascript访问二进制数据的方式
才知道javascript也能访问二进制代码
This specification provides an API for interoperability with native binary data. It defines a generic fixed-length buffer type, as well as accessor types that allow access to the data stored within the buffer.

http://www.khronos.org/registry/typedarray/specs/latest/
  相关解决方案