== is type-independent , try this: user=> (== (bigdec 2.0) 2.0M) true user=> (type (bigdec 2.0)) java.math.BigDecimal user=> (type 2.0M) ...
確定! 回上一頁