Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 json 新手,在从 php 脚本向 python 脚本发送多个 2D 数组进行计算时遇到问题。任何人都可以帮助我吗?
构建一个数组数组并对其进行编码?
$meta_arr = array( 'array1' => $array_number_one, 'array2' => $array_number_two ); echo json_encode($meta_arr);