当post的值中有" and "时,request.getParameterMap()会把" and "自动忽略掉,我原本想传个sql到后台,结果request.getParameterMap()把sql里的and都去掉了。
绕过的办法就是把and替换为"/**/and"。
本文出自 “一些” 博客,请务必保留此出处http://2924037.blog.51cto.com/2914037/1601497
原文地址:http://2924037.blog.51cto.com/2914037/1601497