<?php $url = 'https://www.php.net/manual/zh/language.types.php?name=Tom&age=23'; // 方式一:parse_url print_r(parse_url($url)); // Array ...
確定! 回上一頁