在 iOS 5 的 UIWebView 中链接外部 JS
我正在加载一个包含外部 JS 的 html,如下所示,
这曾经工作得很好,直到iOS4.3,但在iOS5.0中突然停止工作。根据我的理解,这是因为 iOS 5 中的 UIWebview 现在支持 html5,它指定您“必须”放置一个结束标记,而不是依赖于我们习惯于在有标签中没有内容。
请告诉我我的理解是否正确?
I am loading an html that includes an external JS like this,
<script src="external.js" / >
This used to work fine, till iOS4.3, but suddenly stopped working in iOS5.0. Based on my understanding it is because UIWebview in iOS 5 now supports html5 which specifies that you "must" put a closing tag instead of relying on '/' (self-closing?) that we are used to put at the end when there is no content in tag.
Let me know if my understanding is correct?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论