Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ccfdd6

Browse files
committed
修正一个标签
1 parentab555c8 commit5ccfdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎chapter8.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ HTTP协议支持“分块编码”。它允许将页面分成一块一块发送
743743

744744
- 使用XHR加载脚本,然后作为一个字符串使用eval()来执行。这种方法受同源策略的限制,而且引入了eval()这种“反模式”。
745745
- 使用defer和async属性,但有浏览器兼容性问题
746-
- 使用动态<script>元素
746+
- 使用动态\<script\>元素
747747

748748
最后一种是一个很好并且实际可行的模式。和介绍JSONP时所做的一样,创建一个新的script元素,设置它的src属性,然后将它放到页面上。
749749

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp