gpt4 book ai didi

javascript - 用 PHPWord setValue 函数替换 html 实体

转载 作者:行者123 更新时间:2023-11-30 06:55:40 25 4
gpt4 key购买 nike

我对 PHPWord 中的 setValue() 函数有疑问。通常,参数应该是一个纯文本变量,但在这种情况下我必须处理一个 html block 。并且 PHPWord 无法将 html 标签解析为 word xml。

我的意思是替换这个 html: enter image description here

进入Word模板: enter image description here

输出如下: enter image description here

有什么解决办法吗?

最佳答案

您可以在设置 var 之前使用 utf8_decode 或 htmlentities 函数。例如:

$document->setValue('cif', utf8_decode($cif));
$document->setValue('cif', htmlentities($cif));

关于javascript - 用 PHPWord setValue 函数替换 html 实体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25658511/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com