多项选择题

URL传值的方式有以下 A.
表单中通过GET方法实现 B.
在超级链接中带参数实现 C.
客户端脚本编程实现,如:document.location = "sortshow.php?id=1&typename=book"; D.
PHP 函数header实现,如header("localhost:sortshow.php?id=1&typename=book")