gpt4 book ai didi

java - 数组和字符串

转载 作者:行者123 更新时间:2023-11-29 09:50:19 25 4
gpt4 key购买 nike

我有一个 char 类型的数组和一个我将从键盘输入的字符串。谁能告诉我如何在 char 数组中引入字符串的每个字符?

最佳答案

您不需要提前创建数组。这是代码

String s; //this is your string which you enter from keyboard

char[] c=s.toCharArray();

关于java - 数组和字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7306983/

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