使用SimpleDateFormat类来将String转换为Date。 下面是一个示例代码: import java.text.ParseException; import java.text.SimpleDateFormat; impo...