示例#1
0
 public static void setUniqueHits(Hits hits, boolean isLogin) {
   if (!isLogin) hits.setUniqueHits(hits.getUniqueHits() + 1);
 }