Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有值列表的字符串缓冲区。我想从字符串缓冲区中的第一个值中减去字符串缓冲区中的每个值myValues.charAt(1) = 600;。我正在寻找一种非常简单的方法来做到这一点。
myValues.charAt(1) = 600;
谢谢