单项选择题

A.test.php只能接收到$_GET[’a’]
B.test.php只能接收到$_POST[’b’]
C.test.php将接收到$_POST[’a’]和$_POST[’b’]
D.test.php将接收到$_GET[’a’]和$_POST[’b’]