Struts 1.2 中 IPV4 和 IPV6 地址的验证

发布于 2024-11-09 03:53:00 字数 218 浏览 0 评论 0原文

我正在努力寻找以下解决方案。 使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

無處可尋 2024-11-16 03:53:00

如果您确实必须在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文