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.
代码“abs(070000)”返回 28672,但代码“abs(70000)”返回 70000。
开头的零是否意味着该数字被解释为十六进制?
谢谢!
以零开头的数字被解释为八进制。
请参阅php 文档。