$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);

相关文章:

  • 2022-12-23
  • 2021-12-28
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-23
  • 2022-01-05
猜你喜欢
  • 2022-12-23
  • 2021-12-16
  • 2022-02-18
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案