+
95
-

回答

<?php

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

网友回复

我知道答案,我要回答