测试发布

20 阅读1分钟
public static void main(String args){
    int s = 1;
    if(s == 1){
        sout(s);
    }
}