Update index.html

This commit is contained in:
dukesrg 2015-04-27 16:54:06 +03:00
parent dd530cd1f0
commit dc7c8dcb33

View File

@ -57,9 +57,7 @@ function geturl(obj) {
c=Array(9-n.length).join('0')+n+c;
}
if(hasOwnProperty('little-endian')){
alert(c.toUpperCase());
alert(c.toUpperCase().replace(/[^\dA-F]/g,''));
// alert(c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g).length);
alert(c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g).length);
// a=c.toUpperCase().replace(/[^\dA-F]/g,'').match(/.{8}/g);
// c='';
// while(a.length>0){