s2.ql 88 B

123456
  1. count = slot.getData("count");
  2. if(count > 100){
  3. return "a";
  4. }else{
  5. return "b";
  6. }