Groovy Truth: string to boolean inconsistency? Both of these println 'test'.toBoolean() //false println new Boolean('test') //false.
確定! 回上一頁