Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在我的画布应用程序中重定向并使用以下链接显示不同的页面:
window.location.href = "/Create/StartTime?mid=" + mid;
我的问题是在浏览器 URL 栏中我们看不到地址的任何变化。有什么办法可以做到这一点?
您需要重定向 iframe 的父级。看一下这个:
从 iframe 操作重定向父窗口