在body裏打開一個iframe頁面,想要調取打開的這個頁面裏的函數:html
$('iframe')[0].contentWindow.sonFn(canshu);
[0]:好比在index.html頁面裏,打開了n多個iframe頁面,那[0]是獲取的第一個iframe頁面。函數
sonFn:是在這個iframe這個頁面裏的函數spa
canshu:能夠往子頁面裏面傳參數code
啓主要做用的函數:contentWindowhtm