public void setPageInfo()
{
if(AllP < 1) goto _L2;
else goto _L1
_L1:
PageInfo = "<table border='0' cellpadding='3'><tr><td>";
this;
PageInfo;
JVM INSTR new #68 <Class StringBuilder>;
JVM INSTR dup_x1 ;
JVM INSTR swap ;
String.valueOf();
StringBuilder();
"\u6BCF\u9875\u663E\u793A\uFF1A";
append();
PerR;
append();
"/";
append();
AllR;
append();
" \u6761\u8BB0\u5F55\uFF01 ";
append();
toString();
PageInfo;
this;
PageInfo;
JVM INSTR new #68 <Class StringBuilder>;
JVM INSTR dup_x1 ;
JVM INSTR swap ;
String.valueOf();
StringBuilder();
"\u5F53\u524D\u9875\uFF1A";
append();
CurrentP;
append();
"/";
append();
AllP;
append();
" \u9875\uFF01";
append();
toString();
PageInfo;
this;
PageInfo;
JVM INSTR new #68 <Class StringBuilder>;
JVM INSTR dup_x1 ;
JVM INSTR swap ;
String.valueOf();
StringBuilder();
"</td></tr></table>";
append();
toString();
PageInfo;
_L2:
}