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.
C# と同様の方法を使用しようとしていますstring.SubString(int start, int length)。
string.SubString(int start, int length)
しかし、Java の部分文字列関数はstring.substring(int start, int end).
string.substring(int start, int end)
部分文字列関数に開始位置と長さを渡せるようにしたいです。
誰でもこの問題を解決するのを手伝ってもらえますか?