📅  最后修改于: 2022-03-11 14:53:44.435000             🧑  作者: Mango
代码示例1
//the GET parameter is the data outputted from jQuery's .serialize() function
$params = array();
parse_str($_GET, $params);