+
80
-

php如何implode双引号?

php

php如何implode双引号?


网友回复

+
0
-
<?php

$test=[1,2,3,4];
$jsstr=implode("','",$test);
echo "'".$jsstr."'";

我知道答案,我要回答