He元素

Don't be shy just try!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2016年8月19日

摘要: PHPWord中文乱码 我在 使用PHPWord$section->addText(),输出中文是遇到乱码,PHPWord 中文乱码解决如下: 第一步:打开phpword/Section.php文件,找到$givenText = utf8_encode($text);将其改为:$givenText 阅读全文
posted @ 2016-08-19 13:55 He元素 阅读(332) 评论(0) 推荐(0) 编辑