もっと簡単な方法があります。次のようにコードをコピーします。 str1="abcd"; str2="cd"; str3=str1.replaceAll(str2,""); //str3="ab"