示例#1
0
 /**
  * 创建用户存储密保卡的表
  */
 function create()
 {
     $data = $this->SEC->createTable();
     $this->display($data);
 }