$html = file_get_contents(‘http://‘,FALSE,$context); $json2 = json_decode(json_encode(simplexml_load_string($html, ‘SimpleXMLElement‘, LIBXML_NOCDATA)), true);
就这么简单
2021-11-01 12:31:03
$html = file_get_contents(‘http://‘,FALSE,$context); $json2 = json_decode(json_encode(simplexml_load_string($html, ‘SimpleXMLElement‘, LIBXML_NOCDATA)), true);
就这么简单