修改提交页面的提交方式,修改method为get(在index页面中html标签 method="get")
示例代码修改后的代码:
<form action="selectAll" method="get">
</from>