wang jun %!s(int64=3) %!d(string=hai) anos
pai
achega
d38ec28713
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      application/common/server/phpexcel.php

+ 11 - 0
application/common/server/phpexcel.php

@@ -0,0 +1,11 @@
+<?php
+//腾讯云链接用
+namespace app\common\server;
+
+class phpexcel
+{
+    public function __construct()
+    {
+        require EXTEND_PATH . '/tencent-php/vendor/autoload.php';
+    }
+}