首页 相关文章 MPBrowser简易图片浏览器 v1.0

MPBrowser简易图片浏览器 v1.0

MPBrowser.js
代码如下:

var thisImgNo = 290;
function ajaxConn(){
var xmlhttp = false;
try{xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");}
catch(e){try{xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");}
catch(e){try{xmlhttp = new XMLHttpRequest();}
catch(e){alert(e);xmlhttp = false;}}}
if(!xmlhttp)return null;
this.connect = function(Url,Method,postContent){
if(!xmlhttp)return false;
Method = Method.toUpperCase();
try...[ 查看全文 ]

2016-02-19 标签:

MPBrowser简易图片浏览器 v1.0的相关文章

手机页面
收藏网站 回到头部