标签: javascript numbers hex
在Code Golf挑战中看到this回答后,我发现了这一点:
console.log("0x" + "e" - 0); // 14
它是如何发生的?