gpt4 book ai didi

javascript - js如何将0和1的字符串转换为字节

转载 作者:行者123 更新时间:2023-12-02 16:00:44 25 4
gpt4 key购买 nike

如何在 JavaScript 中将字符串转换为字节,反之亦然?

示例:

a = "10101010";
b = toByte(a); //char(170)

backtoBin(b); //10101010

谢谢。

最佳答案

二进制转整数

integer = parseInt(binary,2);

整数转二进制

binary = integer.toString(2);

关于javascript - js如何将0和1的字符串转换为字节,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31222788/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com