Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有以下情况:
var i = 000101;
编译为:
var i = 5;
有一些特殊的字符/标记?就像是..
var i = B000101;
提前致谢。