问题 更新时间2023/4/3 12:59:00 9、 下列ABCD注释标注的哪行代码有错误?( ) public class Example // A { public static void main(String args[]) //B { System.out.println(“ok”); //C System.out.println(“helllo”); system.out.println(“您好”); //D } } A. A B. B C. C D. D 答案 登录 注册 参考考答答案案:: D 出自:文鼎教育 >> 乐山师范学院Java程序设计