javascript异或 作者:admin 时间:2016年11月20日 分类:Javascript 字数:119 阅读:1398 var a=23,b=45,c,d; c=a+b; console.log(parseInt(c,2)) console.log(a^b);