julia> typeof(-0b111) Uint64 julia> typeof(-0x7) Uint64 julia> typeof(-7) Int64
我发现这个结果有点令人惊讶.为什么数字的数字基数确定了签名或未签名?
julia
julia ×1