问题:如何使用jQuery来检查iframe中的内容是否正在iframe中?
(即,将jQuery添加到加载iframe本身的页面很简单,但是我需要将jQuery代码放在iframe中加载的文件中).
if ( self !== top ) { // you're in an iframe }