笨小孩做开发

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年3月11日

摘要: <script type="text/javascript"> function MyFun(date2 , date1) { var type1 = typeof date1, type2 = typeof date2; if(type1 == 'string') date1 = stringToTime(date1); else if(date1.getTime) date1 = date1.getTime(); if(type2 == 'string') date2 = stringToTime(date2); else i 阅读全文
posted @ 2013-03-11 14:13 笨小孩做开发 阅读(274) 评论(0) 推荐(0) 编辑