摘要: 1、编写一个无参方法,输出Hello。 package Dongruan; public class ktlx1 { public static void main(String[] args) { print(); } public static void print(){ System.out. 阅读全文
posted @ 2019-04-16 21:50 Pythons! 阅读(1774) 评论(0) 推荐(0) 编辑