document.write(parseInt("10011111101011",2));//二进制转化为十进制
document.write("<BR>");
document.write(parseInt("27EB",16)); //十六进制转化为十进制
document.write("<BR>");
document.write("<BR>");
document.write(parseInt("27EB",16)); //十六进制转化为十进制
document.write("<BR>");