$content =array('color'=> array('blue','red','green'),'size'=> array('small','medium','large'));
   $wx=json_encode($content);
echo file_put_contents("test.txt", $wx, FILE_APPEND);

相关文章:

猜你喜欢
相关资源
相似解决方案