随笔分类 -  Bootstrap

摘要:// 转化时间格式 // 转时间格式 function changeDateFormat(cellval) { var dateVal = cellval + ""; if (cellval != null) { var date = new Date(parseInt(dateV... 阅读全文
posted @ 2018-08-21 13:05 谁说程序猿很猥琐 阅读(556) 评论(0) 推荐(0)
摘要:(默认样式)Default (首选项)Primary (成功)Success (一般信息)Info (警告)Warning (危险)Danger (链接)Link 阅读全文
posted @ 2018-08-16 13:13 谁说程序猿很猥琐 阅读(535) 评论(0) 推荐(0)