摘要:
<?php namespace app\demo\controller; use think\Controller; class Demo extends Controller { public function a(){ echo "string"; } public function index 阅读全文
摘要:
编写背景(TP框架+数据库 dyg表 id user pwd ) 从数据库导出到Excel表格: public function add() { $objExcel = new PHPExcel; $objWriter = \PHPExcel_IOFactory::createWriter($obj 阅读全文