老樣子,先上圖叨叙,文末貼代碼。
MyEclipse版
MyEclipse
android studio版
android studio
是不是很簡短呢堪澎?但是功能很強(qiáng)大吖擂错,好吧,貼代碼咯:
/**
* AI核心代碼 價值1個億~
* @author BillyLu
*
*/
public class AiMain {
public static void main(String[] args) {
Scanner sc =new Scanner(System.in);
? ? ? String str;
? ? ? while (true) {
str = sc.next();
? ? ? ? str = str.replace("嗎", "");
? ? ? ? str = str.replace("?", "!");
? ? ? ? str = str.replace("?", "刹悴!");
? ? ? ? System.out.println(str);
? ? ? }
}
}