php $url = 'http://www.example.com/register?name=demo&[email protected]'; $res = parse_url($url); parse_str($res['query'], $params); ...
確定! 回上一頁