gpt4 book ai didi

string - 在apache配置中连接两个字符串

转载 作者:行者123 更新时间:2023-12-04 01:48:14 24 4
gpt4 key购买 nike

在一个apache配置文件中,如何连接两个字符串?

例如:

"hello" + "world"
// "helloworld"

为什么?

我的CSP的示例可能是要这样做以处理较大的 header ,例如下面的 Content-Security-Policy。您可以看到它具有很好的可维护性格式,但是在 header 中发送时,它有多余的空格。
Header set Content-Security-Policy "\
;default-src\
'self'\
;child-src\
'self'\
;connect-src\
'self'\
;font-src\
'self'\
https://*.gstatic.com\
;form-action\
'self';\
;frame-ancestors\
'self'\
;frame-src\
'self'\
;img-src\
'self'\
https://www.google.com/s2/favicons\
https://www.google-analytics.com\
https://*.gstatic.com\
https://*.googleapis.com\
;object-src\
'none'\
;script-src\
'self'\
'unsafe-eval'\
https://www.google-analytics.com\
https://*.googleapis.com\
;style-src\
'self'\
'unsafe-inline'\
https://*.googleapis.com\
;\
"

最佳答案

我认为您可以像这样声明变量:https://stackoverflow.com/a/15731921/6663198
然后,您可以轻松地连接变量

关于string - 在apache配置中连接两个字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51556553/

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