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.
我有一个 javascript 函数来验证用户在 input 或 textarea 字段中的输入,我还想在 iframe 的 textarea 上应用这些函数。是否可以在具有另一个域的 iframe 上运行父级的 javascript。如果是,我该怎么做。对不起我的新手问题。提前致谢
由于同源政策http://en.wikipedia.org/wiki/Same_origin_policy,您不能这样做
不幸的是,如果 iframe 的来源位于不同的域中,您将无法与内容进行交互。