看你基础是否扎实,parInt能接受第二个参数,表示进制,然后输出会默认采用10进制,算是取巧的方式
let str; while(str = readline()){ console.log(parseInt(str,16)); }