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 是同步的还是异步的?
我有 iframe 和 form.target=iframe 的表单
当我调用 form.submit() 时,幕后会发生什么?是同步的还是异步的?
在 JS 执行方面,我认为是同步的。即使由于 iframe 的存在,页面上的行为可能对用户来说更像是一种异步“样式”
不过,您应该很容易测试!;-)
你的用例是什么让你提出这个问题?