我试图用“.toInt”将其体力转换到其体力当量,我一再发现这一错误:
java.lang.NumberFormatException: For input string: " _ "
java.lang.NumberFormatException.forInputString(NumberFormatException.java:67)
java.lang.Integer.parseInt(Integer.java:654)
This is the line it is failing at:
P.map[Expression]{ case y => Chrc(y.toInt)}
Chrc is a parser that returns a string.
我曾尝试过这样做。
val x = _
println(x.toInt)
在法典的编外,我写了字,并做了工作,因此,问题在于这一句,以及我试图将它改变为Chrc类内部的愤怒。 是否有另一种方式来撰写?