thinkphp中怎样获取radio单选框的值(单选框较多)_百度知道
最佳答案: <input type="radio" name="ra" value="你要传的值1">hah <input type="radio" name="ra" value="你要传的值2">haha $radio=I('ra');...更多关于thinkphp 如何获取
PHP中怎样获取radio单选框的值_百度知道
[专业]答案:add页 <form method="post" action="addok.php"> <input type="radio" name="sex" id="radio" value="1" />男 <input type="radio" name=..
thinkphp怎样获取Html 性别 单选按钮的值_百度知道
最佳答案: <form action="__URL__/user" method="post"> 性别:<input type="radio" name="gender" value="男"/>男 <input type="radio" name="gender"...