Meta meta;
if(meta == null){}
boolean b = true;
if(b){
    b = false;
} else {
    b = true;
}
//可以简化为
boolean b = true;
b = !b;
Article article = getArticle();
return article;
//可以简化为
return getArticle();

results matching ""

    No results matching ""