标签: internet-explorer polyfills
这是polyfill位置:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from#Polyfill
答案 0 :(得分:1)
将其放在使用该功能的JavaScript之前的<script>标记中。 polyfill只是JavaScript,它修改了Array.prototype对象,从而使数组具有新功能,并且它需要在期望该功能存在的代码之前运行。
<script>
Array.prototype