给定一个浮点数,比方说(2.0),我想将它转换为Integer类型.就我所知,Integer.parse看起来只适用于字符串. Integer.parse(2.0)(FunctionClau
... . . 给定一个浮点数,比方说(2.0),我想将它转换为Integer类型.就我所知,Integer.parse看起来只适用于字符串.
Integer.parse(2.0)(FunctionClauseError) no function clause matching in Integer.count_digits/2.