<script type="text/javascript">
function directUrl() {
window.location.href="BillServlet?msg=selectbill";
return;
}
</script>
我在servlet里怎么获取msg参数?
function directUrl() {
window.location.href="BillServlet?msg=selectbill";
return;
}
</script>
我在servlet里怎么获取msg参数?