PopedomCheck.java~6~
上传用户:dlqqsh
上传日期:2021-11-13
资源大小:7840k
文件大小:1k
源码类别:

OA系统

开发平台:

Java

  1. package officeol.mc.tools;
  2. public class PopedomCheck {
  3.     public PopedomCheck() {
  4.     }
  5.     private String[][] popeArray(String[][] pope) {
  6.         Tool tl = new Tool();
  7.         String[][] temp = new String[pope.length][3];
  8.         for (int i = 0; i < pope.length; i++) {
  9.             temp[i] = pope[i][0].split("_");
  10.         }
  11.         return null;
  12.     }
  13.     public boolean getPagePope(String pageType,String[][] pope){
  14.         return false;
  15.     }
  16.     public String getFanwei(String pageType,String opType,String[][] pope){
  17.         return "";
  18.     }
  19. }