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.
有没有办法在附加的加载事件处理函数中获取 iframe 内容的内容类型?
我认为这应该使用 jquery 完成工作
$('iframe').contents().contentType
在加载事件中,这应该指向 iframe dom 所以
$(this).contentType
应该管用