摘要:
Ajax中常用的就是XMLHttpRequest 在JS中创建XMLHttpRequest var request=new XMLHttpRequest(); 设置参数 request.setRequestHeader("Content-Type","application/x-www-form-u 阅读全文
摘要:
Ajax中常用的就是XMLHttpRequest在JS中创建XMLHttpRequestvar request=new XMLHttpRequest();设置参数request.setRequestHeader("Content-Type","application/... 阅读全文
摘要:
自己录制的视频,地址https://share.weiyun.com/5VITfph(微云分享,大小52MB,AVI格式)视频中安装.net framework如果已经安装好了就不需要安装,也可自行安装,建议安装之前先重启再启动安装程序再检测问题,确认无问题后开始安装... 阅读全文
摘要:
单页面function exitSystem(){ window.opener = null; window.open('', '_self', ''); window.close();//以上三行可关闭单个页面 window.open('',... 阅读全文