gpt4 book ai didi

bash - shell 脚本 - 有没有办法将数字转换为字符?

转载 作者:行者123 更新时间:2023-11-29 09:06:35 26 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Integer ASCII value to character in BASH using printf

我想将我的整数转换为 ASCII 字符

我们可以像这样在java中转换:

int i = 97;          //97 is "a" in ASCII
char c = (char) i; //c is now "a"

但是,有什么办法可以执行此 shell 脚本吗?

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