php添加多个域名,报域名格式不正确
我的代码连接多个域名的时候是这样的:$domain_list .= $value . PHP_EOL;打印出来是这样:"""wx-xtdj10.feichadaoo.com\r\nwx-xtdj10.guancha88.com\r\n"""这样拼接错了吗?拼接是这样:$domain_list .= $value . PHP_EOL输出是这样:wx-xtdj10.feichadaoo.com wx-xtdj10.guancha88.com
页:
[1]