gpt4 book ai didi

java - Jsp如何用响应sendredirect编写html字符串

转载 作者:行者123 更新时间:2023-12-01 16:45:03 25 4
gpt4 key购买 nike

我需要编写一个重定向 onclick 的 html 字符串,但它不起作用,我认为这可能是因为双引号和单引号,但我不知道正确的代码。

String html = "<input type = 'button' value = 'redirect' onclick = 'response.sendRedirect('redirect.jsp')'>";

最佳答案

为什么你不使用标准的 Javascript 呢?

String html = "<input type = 'button' value = 'redirect' onclick = 'document.location.href='redirect.jsp'>";

关于java - Jsp如何用响应sendredirect编写html字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61797888/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com