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.
很棒的应用程序!一个问题,它似乎在框架内不起作用。框架外完全相同的代码确实有效。通过工作,我的意思是它不会初始化并显示“ini_text”,(将文件拖到此处或单击以上传),并且单击上传区域不会执行任何操作。有什么想法吗?
找到!((window.location != window.parent.location) ? true : false)改变!((window.location == window.parent.location) ? true : false)
!((window.location != window.parent.location) ? true : false)
!((window.location == window.parent.location) ? true : false)