php 如何取得select标签的值_百度知道
[专业]答案:2011-02-24 php获取select值同时获取option的值 20更多相关问题>> 为...其他程序页用$_post[“select的name”],这样就可以接收了。接收到的是一个...更多关于php怎么接收不到select标签下的option值的问题>>
php 如何获得 select 的值_百度知道
[专业]答案:表单提交就可以获取到,或者ajax异步提交也可以例子:<formaction="index.php"method="post"><selectname="user"><optionvalue="张三">张三</option><...更多关于php怎么接收不到select标签下的option值