ajax调用servlet出现405 (Method Not Allowed)

前端之家收集整理的这篇文章主要介绍了ajax调用servlet出现405 (Method Not Allowed)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
主要是因为xmlHttp.open("POST","servlet?id=" + id);中的POST方法出错,只能用GET

猜你在找的Ajax相关文章