1

有没有办法在附加的加载事件处理函数中获取 iframe 内容的内容类型?

4

1 回答 1

2

我认为这应该使用 jquery 完成工作

$('iframe').contents().contentType

在加载事件中,应该指向 iframe dom 所以

$(this).contentType 

应该管用

于 2012-09-20T15:50:46.740 回答