Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.

跨页传值时出现问题,缘由是本地file:///路径开头的文件传值发生错误。html 原代码为:eclipse function open_win()  { window.open("file:///C:/Users/Administrator/Documents/project2018010-table.html","","width=400,height=400") }.net 更改成:htm
相关文章
相关标签/搜索