摘要: public static void main(String[] args) { String str = "221"; int seconds = Integer.parseInt(str); int temp=0; StringBuffer sb=new StringBuffer(); temp 阅读全文
posted @ 2016-09-13 19:12 L蓝天碧水L 阅读(15359) 评论(0) 推荐(0)
摘要: 页面链接: http://www.miniui.com/demo/#src=form/rules.html 页面效果图: 页面代码: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/T 阅读全文
posted @ 2016-09-13 13:24 L蓝天碧水L 阅读(15911) 评论(0) 推荐(0)
摘要: IS中获取年月日: javascript 自带有个对象(构造函数),Date().下面是代码: var oDate = new Date(); //实例一个时间对象; oDate.getFullYear(); //获取系统的年; oDate.getMonth()+1; //获取系统月份,由于月份是从 阅读全文
posted @ 2016-09-13 13:17 L蓝天碧水L 阅读(249) 评论(0) 推荐(0)