共有1【图片处理】相关的内容

一、composer安装phpWord composer require phpoffice/phpword 传送门:https://packagist.org/packages/phpoffice/phpword 二、phpWord 读取 docx 文档(注意是docx格式,doc格式不行) 如果你还没配置自动加载,则先配置一下,具体php代码如下: require './vendor/autoload.php';//加载