<?php[br] if(isset($_POST['b'])) header("Location: ".$_POST["a"]);[br]?>[br] <form method="post">[br]<select name="a">[br]<option value="这里是网址">网址1号</option>[br]</select>[br]<input type="submit" name=b" value="跳转"/>[br]</form>