编程开发

php将内容转为word
编程开发

php将内容转为word

12 0

第一步,先对内容进行处理,html的内容不适合word,在使用phpword转换时,只接受p和span元素,其它元素都要清除掉$modifiedHtml 为内容 $relust = check_table...