使用iframe是因为它可以和主页面并行加载,不会阻塞主页面。 缺点: iframe会阻塞主页面的onload ... createElement('script'); script.async = true; ...
確定! 回上一頁