摘要: <?php class xlsTools { var $inEncode = 'utf-8'; var $outEncode = 'gb2312'; protected $rowCount; //存储已经存在内存中的记录条数 protected $rowFlushCount;// 一次flush的数 阅读全文
posted @ 2020-08-27 16:25 肚子圆圆 阅读(3324) 评论(0) 推荐(1) 编辑