示例#1
0
文件: single.php 项目: 453111208/bbc
 public function testKernelSingle()
 {
     $a = 1;
     $b = 2;
     $c = 3;
     kernel::single1('abc', $a, $b, $c);
 }