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.
我想知道 html5 和以前版本中 File API 的区别。
File API是一个独立的规范。浏览器中的支持与所使用的 HTML 版本无关(尽管可能会受到 Quirks/Standards 模式之间的 Doctype 切换的影响)。
我相信它最初是作为 HTML 5 的一部分,但不在当前版本中,也不会包含在它的最终版本中。它从来都不是 HTML 4 规范的一部分。
主要区别在于——
HTML5有 File API 并且HTML4没有任何 File api。
HTML5
HTML4