摘要: 废话不说,直接上代码: //下拉列表-年份 var nowyear; function getYear() { nowyear = new Date().getFullYear(); //获取当前年份 // var sel = document.getElementById ('sel');//获取 阅读全文
posted @ 2019-10-21 18:00 Pei你看雪 阅读(5) 评论(0) 推荐(0)
摘要: 直接上代码 public static void main(String[] args) throws ParseException{ String str = "AB123456"; long start = System.currentTimeMillis(); for(int i = 0 ; 阅读全文
posted @ 2019-10-21 16:04 Pei你看雪 阅读(17) 评论(0) 推荐(0)