gpt4 book ai didi

php - 如何连接两个变量之间的反斜杠?

转载 作者:可可西里 更新时间:2023-11-01 13:16:13 26 4
gpt4 key购买 nike

我想在将两个变量传递给函数的参数时在它们之间连接一个反斜杠,以便它们形成一个文件路径。

turbo_function($variable1.\.$variable2, $otherargument);

我确定反斜杠需要转义。我试过用引号和双引号将它括起来。

如何成功地将反斜杠连接到变量?

最佳答案

用反斜杠转义反斜杠!

像这样..

turbo_function($variable1."\\".$variable2, $otherargument);

关于php - 如何连接两个变量之间的反斜杠?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20540322/

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