06. 字符串拼接 👁️ 7 人浏览 💬 0 人评论 ❤️ 添加收藏 语法讲解 今天学: 用 + 可以把字符串和数字拼接在一起输出。 public class Main { public static void main(String[] args) { System.out.println("Score: " + 95); } } 小练习 输出是什么? 提交要求: 只提交最终输出结果,不要添加多余的说明或引号。
全部评论