摘要:
//上传excelpublic function uploadExcel(){ //获取当前的请求信息,或者使用助手函数request() $request = \think\Request::instance(); //引入导入Excel第三方库 vendor('PHPExcel.Classes. 阅读全文
摘要:
<?php //获取1.html文档的内容(包括html代码)$result = file_get_contents('./1.html');echo "$result"; // /////////////////////保存/////////////////////////////打开缓冲区 ob 阅读全文