原创 距離下個當前日期還有多少天(距離下次生日還有多久)

public Long inday( Date brithday ) { SimpleDateFormat myFormatter = new SimpleDateFormat("yyyy-MM-dd");

原创 [JAVA]數組刪除元素

public class Test { public static void main(String[] args) { String[] str = {"壹","二","三","四","五"}; List<Str