Struts 1.2 中 IPV4 和 IPV6 地址的验证
我正在努力寻找以下解决方案。 使用 struts taglibs 框架 (Struts 1.2) 验证 IPV4 和 IPV6 地址。
请提出任何建议,我也搜索过网络,但我不想要正则表达式方面的解决方案。请帮助
我使用的 Struts 版本是 Struts 1.2 我还想在进行 IPV4 和 IPV6 地址验证时显示警报消息。
请向我提供相同的代码片段,因为我已经挣扎了很长时间
I'm struggling to find a solution for below.
Validation of IPV4 and IPV6 address using the struts taglibs framework(Struts 1.2).
Any suggestions please,i have searched the net too but i do not want a solution in terms of regular expression.Please help with this
The Struts Version which im using is Struts 1.2
I also want to show a alert message when the IPV4 and IPV6 address validation takes place.
Please provide me with the code snippet for the same since im struggling for a long time
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您确实必须在 JSP 中工作,只需在 JSP 内的 scriptlet 内用 Java 代码编写它即可。在 Java 代码中,您可以利用现有的正则表达式来验证 IP 地址。
Just write it in Java code inside a scriptlet inside the JSP, if indeed you're bound to working inside a JSP. And inside the Java code, you can leverage existing regular expressions to validate IP addresses.