TODO

// 获取当前script

var script = document.getElementsByTagName('script');

script[script.length - 1];

调试技巧

快照

css文件加载优先级

你可能感兴趣的:(TODO)