标签:demo port img 字符 generate ide static str explore
package operator;
//运算顺序 优先级
//导入这个包下所有的类
import base.*;
public class Demo06 {
public static void main(String[] args) {
IDEA内右击class文件“show in explorer”
地址栏前输入cmd
输入命令
javadoc -encoding UTF-8 -charset UTF-8 文件名.java
-encoding(编码) UTF-8 -charset(字符集) UTF-8 (防止乱码)
标签:demo port img 字符 generate ide static str explore
原文地址:https://www.cnblogs.com/bizhenghe/p/13916958.html