摘要:
function xml_to_array( $xml ) { $reg = "/]*?>([\\x00-\\xFF]*?)/"; if(preg_match_all($reg, $xml, $matches)) { $count = count($matches[0]); $arr = array(); for($i = ... 阅读全文
posted @ 2018-11-27 10:45
王可爱
阅读(836)
评论(0)
推荐(0)
2018年11月27日