close

import java.io.*;
public class te06
{

public static void main(String[] args)
{
String s1="merry christmas!!";
String s2="happy bithday!!";
String s3="happy new year!!";
String s4="happy";//
String s6=s1+s2+s3;
String s8="我愛你";
String s9="我想你";
String s10=s8+s9;
String s11=s6+s10;

if((s6).contains(s4))
{

String s5=s4.intern();
String s7=s2+s3.replaceAll(s2+s3,s11);//search
System.out.println(s7);
}
}
}

--------------------Configuration: --------------------
happy bithday!!happy new year!!

Process completed.   編譯成功
 
arrow
arrow
    全站熱搜

    gtea0609 發表在 痞客邦 留言(2) 人氣()