日常生活的交流与学习

首页 新随笔 联系 管理

2022年11月25日 #

摘要: 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)) } con 阅读全文
posted @ 2022-11-25 19:54 lazycookie 阅读(34) 评论(0) 推荐(0) 编辑

摘要: ![image](https://img2022.cnblogs.com/blog/1222814/202211/1222814-20221125173515693-1092716301.png) ![image](https://img2022.cnblogs.com/blog/1222814/202211/1222814-20221125173637678-1151949652.png) 阅读全文
posted @ 2022-11-25 17:35 lazycookie 阅读(173) 评论(0) 推荐(0) 编辑