eclipse 将 Html 页面转换为 Jsp 页面

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/23066171/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-19 21:39:23  来源:igfitidea点击:

Convert Html Pages to Jsp Pages

htmleclipsejsp

提问by Mahi26

How can I convert My Html pages like Login, Register etc to Jsp pages to make them Interactive? Can this be done in EclipsejEE or My Eclipse?

如何将我的 Html 页面(如登录、注册等)转换为 Jsp 页面以使其具有交互性?这可以在 EclipsejEE 或 My Eclipse 中完成吗?

回答by Akash Goswami

Just you need to rename your html file to .jsp file, it will be converted...example: from login.html to login.jsp..

只是你需要将你的 html 文件重命名为 .jsp 文件,它会被转换......例如:从 login.html 到 login.jsp..

hope it helps you ... thank you..

希望能帮到你。。。谢谢。。。