我需要将一个numpy数组序列化为json。该值应为字节字符串。接口期望数据是字符串,然后使用np.fromstring(post_data.get("mask_image"))对数据进行解码。 p...
確定! 回上一頁