dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
巡检修改
aijinhui
2023-09-21
a4052e2940840e590afbf941d8693c2e71ff8c64
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
typedarray
/
example
/
tarray.js
1
2
3
4
var Uint8Array = require('../').Uint8Array;
var ua = new Uint8Array(5);
ua[1] = 256 + 55;
console.log(ua[1]);