form表单中select传值

需要两个文件

一个html发送

一个php接收

纯form不需要ajax、js




第一个文件   :   form.html





Document











第二个文件    aa.php

print_r($_POST);



你可能感兴趣的:(form表单中select传值)