会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
失败只有一种,就是半途而废
sun96
2018年5月11日
上传文件的三种方式xhr,ajax和iframe及上传预览
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .upload { display: inline-block; background-color: #ef4300
阅读全文
posted @ 2018-05-11 17:18 sun96
阅读(953)
评论(0)
推荐(0)
编辑
伪Ajax-iframe
摘要: 由于HTML标签的iframe标签具有局部加载内容的特性,所以可以使用其来伪造Ajax请求。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <inp
阅读全文
posted @ 2018-05-11 15:15 sun96
阅读(214)
评论(0)
推荐(0)
编辑
原生Ajax--XmlHttpRequest对象和jQuery.ajax()
摘要: Ajax主要就是使用 【XmlHttpRequest】对象来完成请求的操作,该对象在主流浏览器中均存在(除早起的IE) 1、XmlHttpRequest对象介绍 XmlHttpRequest对象的主要方法: a. void open(String method,String url,Boolen a
阅读全文
posted @ 2018-05-11 10:15 sun96
阅读(353)
评论(0)
推荐(0)
编辑
公告
导航
博客园
新随笔
新文章
联系
管理