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.
我正在尝试使用 jquery 将元素添加到 iframe 的正文中。
$('iframe body').prepend('<div id="shader" />');
它不起作用。这似乎与选择器有关?