We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
前两天搞了个scrat.js 加载js在IE下某些时候乱码。问题总结在 代码修改如下:
if (isScript) { node.type = 'text/javascript'; node.async = 'async'; node.charset = 'UTF-8'; node.src = url; }
The text was updated successfully, but these errors were encountered:
由于问题出现的前提条件比较复杂,上面的那条解释并没有说清楚 附上我解决这个问题的 blog
Sorry, something went wrong.
@zack.lin 看看
zack-lin
No branches or pull requests
前两天搞了个scrat.js 加载js在IE下某些时候乱码。问题总结在
代码修改如下:
The text was updated successfully, but these errors were encountered: