获得徽章 6
赞了这篇文章
public class DeepSeekTest {
public static void main(String[] args) throws InterruptedException {
Scanner scanner = new Scanner(System.in);
System.out.println("请输入你的问题:");
String input = scanner.nextLine();
System.out.print("Thinking");
for (int i = 0; i < 5; i++){
System.out.print(".");
Thread.sleep(1000);
}
System.out.println();
System.out.print("服务器繁忙");
}
}
public static void main(String[] args) throws InterruptedException {
Scanner scanner = new Scanner(System.in);
System.out.println("请输入你的问题:");
String input = scanner.nextLine();
System.out.print("Thinking");
for (int i = 0; i < 5; i++){
System.out.print(".");
Thread.sleep(1000);
}
System.out.println();
System.out.print("服务器繁忙");
}
}
展开
4
2
赞了这篇文章
赞了这篇文章
赞了这篇沸点
赞了这篇文章
![[可怜]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
![[流泪]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_6.dde0d83.png)
![[擦汗]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_38.2d77d3e.png)