Skip to content

1977744311/jsonp-ajax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-demo

这个仓库是用来记录学习JSONP和Ajax的

index1.html

这个是利用form标签发送请求,缺点是每次都必须刷新页面

index2.html

这个是利用image标签发送请求,缺点是必须响应一张图片才能成功

index3.html

这个是利用script标签发送请求

index4.html

这个是利用script标签向其他网站的服务器发送请求,基本上实现了JSONP

index5.html

这个是利用jquery模拟JSONP

index6.html

这个是实现了用ajax发送请求

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published