我有一个跟随字符串,我必须拆分并在某些条件下用"/"替换**
String date = "20131105";
我想将这些字符串更改为"2013/11/05"
编辑:
我的意思是变量日期必须是String not Date数据类型
java
java ×1