如图,提示未声明类
package com.oyf.zhuanyizifu; public class zhuanYiZiFu { public static void main(String[] args) { System.out.println("Hello,world!"); } }