【AI核心代码】估值一个亿的AI核心代码(开源了)

23次阅读

共计 256 个字符,预计需要花费 1 分钟才能阅读完成。

https://shudong.wang/inbox/10…
publick class AiMain {
publick 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);
}
}
}

正文完
 0