摘要: /** * 数组转xls格式的excel文件 * @param array $data 需要生成excel文件的数组 * @param string $filename 生成的excel文件名 * 示例数据: $data = array( array(NULL, 2010, 2011, 2012), 阅读全文
posted @ 2020-10-27 19:54 Abner3721 阅读(198) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <title></title> <script src="https://cdn.staticfile.org/jquery/3.1.1/jquery.min.js"></script> </head> <body> <input type 阅读全文
posted @ 2020-10-27 15:53 Abner3721 阅读(50) 评论(0) 推荐(0) 编辑