gpt4 book ai didi

php - 将 utf-8 编码的参数从 PHP 传递给 casper JS

转载 作者:太空宇宙 更新时间:2023-11-03 17:01:05 25 4
gpt4 key购买 nike

通过 PHP shell_exec 函数,我将“référencement”作为参数传递给这段代码

shell_exec('casperjs test.js --word='.escapeshellarg('référencement'));   

但是在 casperjs 中,当我记录它时,我得到了一些奇怪的字符。在 php 中一切正常。我如何在 casperjs 中设置字符集 utf8?或者您如何看待解决方案?

最佳答案

这是我想出的工作代码。

shell_exec('LANG=en_US.utf-8; casperjs test.js --word='.escapeshellarg('référencement'));   

关于php - 将 utf-8 编码的参数从 PHP 传递给 casper JS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12956079/

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