读取post方法传递的表单元素值的方法是()

读取post方法传递的表单元素值的方法是()

A. $_POST[“名称”]

B. $post[“名称”]

C. $POST[“名称”]

D. $_post[“名称”]

正确答案是A