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.
ASCII 文字と 2 バイト文字 (中国語、日本語など) を含む String 変数があります。
String の全長を決定する方法は? また、string substring/replace 関数で実装したいと思います。
Java は内部で Unicode を使用するため、実際の文字が何であるかは関係ありません。String.length()正しい長さになります。他の String メソッドについても同様です。
String.length()