日常生活的交流与学习

首页 新随笔 联系 管理

res = JSON.stringify({ x: 10.0, y: 3.0, angle: 0 });
console.log(res);


byteArr = []
for(let c of res){
  byteArr.push(c.charCodeAt().toString(16))
}
console.log(byteArr)
console.log(byteArr.length.toString(16))

https://support.seer-group.com/Robokit_API_txxy/API/TCP_IP_API/gs/APIbwjg.html

posted on 2022-11-25 19:54  lazycookie  阅读(34)  评论(0编辑  收藏  举报