easyui 中url 不能访问servlet

最近在使用servlet+easyui在做一个项目,datagrid中的url 访问servlet一直是不能跳转到servlet中,在页面中怎么该路径都不访问,后来才发现:

easyui中的url默认访问方法是post,而我后台代码只写了doget方法。如果您在用easyui中碰到类似问题,可以查看下你的后台是否有dopost方法。

原文地址:https://www.cnblogs.com/liveandevil/p/2635438.html