当使用如下代码提交表单时,下列说法正确的是()
A.该表单将提交aa=11 B.该表单将提交aa=22 C.该表单将提交aa[0]=11,aa[1]=22 D.该表单有误,未提交数据
A.$_ENV B.$_POST C.$_FILES D.$_FORM
假设站点下有一个表单,URL地址为:http://localhost/exam/test.html,代码如下: 则该表单提交后,下面说法正确的是()
A.该表单将提交给http://localhost/exam/register.php B.该表单将提交给http://localhost/register.php C.该表单将不会提交,因为表单中没有name元素 D.该表单将不会提交,因为表单没有method属性