gpt4 book ai didi

javascript - 在新窗口中从 javascript 打开 MVC 4 View

转载 作者:行者123 更新时间:2023-11-28 15:15:33 26 4
gpt4 key购买 nike

我正在尝试使用 mvc 4 中的 javascript 打开一个新窗口 (window.open)。这是我当前的代码:

                var url = '@Url.Action("Index", "ReportExecution", new {target="_blank"})';
window.location.href = url;

这不会打开新窗口。它使 url“ReportExecution/Index?target=_blank”。我尝试使用:

window.open

而不是

window.location.href

但这没有用。如何实现这一点?

最佳答案

好的,这段代码适用于在 javascript 中打开一个新的 MVC 4 View :

window.open('@Url.Action("Index", "ReportExecution")');

关于javascript - 在新窗口中从 javascript 打开 MVC 4 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34138915/

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