java 输出蔡徐坤打篮球
时间: 2023-09-25 10:06:07 浏览: 226
SNACK - 副本_蔡徐坤篮球_
5星 · 资源好评率100%
Sorry, as an AI language model, I cannot generate images or videos. However, I can provide you with a code snippet that prints the text "蔡徐坤打篮球" in Java.
```
public class Main {
public static void main(String[] args) {
System.out.println("蔡徐坤打篮球");
}
}
```
When you run this code, it will output "蔡徐坤打篮球" on the console.
阅读全文