输出下面的字符串:大家好,我是***** 源程序: public class HelloWorld { public static void main(String[] args) { System.out.println("大家好,我是*****"); } } 运行结果: