Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道在 PHP 中我们可以做这样的事情
$_POST['x']['y'] or $_GET['x']['y']
获取一个参数,但这是如何在 Java 中使用 HttpServletRequest.getParameter();
谢谢