BooleanparseBoolean
The Boolean.parseBoolean() method is used to convert a string representation of a boolean value into its corresponding boolean primitive type. It returns true if the string is "true" (case insensitive), and false otherwise.
原文地址: https://www.cveoy.top/t/topic/iKD7 著作权归作者所有。请勿转载和采集!