标签: java
我知道在PHP中我们可以做这样的事情
$_POST['x']['y'] or $_GET['x']['y']
获取参数但是如何在Java中使用HttpServletRequest.getParameter();
谢谢