gpt4 book ai didi

java - 字符串数组计算

转载 作者:行者123 更新时间:2023-12-01 14:43:05 25 4
gpt4 key购买 nike

我有一个像这样的字符串数组

String[] resultYears = {"2013/07", "2013/08", "2013/09", "2013/10", "2013/11", "2013/12", "2014/01"};

当我通过 jsp 中的响应得到这个时,

<% String[] resultYears = (String[]) request.getAttribute("resultYears");%>

我得到了它们各自值的余数。我怎样才能获得与上面的字符串值相同的值?

最佳答案

在您的 JAVA 类中尝试这种方式

String[] resultYears = {"'2013/07'", "'2013/08'", "'2013/09'", "'2013/10'", "'2013/11'", "'2013/12'", "'2014/01'"};
request.setAttribute("resultYears", resultYears);

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

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