提交 a39fcdf9 编写于 作者: C channingss

update

上级 ccb87b9c
<?php
$json_string = file_get_contents("./video/result/2-mask_detection.json");
$json_string = file_get_contents(".\\video\\result\\2-mask_detection.json");
// 用参数true把JSON字符串强制转成PHP数组
$data_o = json_decode($json_string, true);
?>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册