摘要: $scope.imgSrc = '1.jpg'; $scope.next = function(){ var num = parseInt($scope.imgSrc.substring(0,$scope.imgSrc.indexOf('.'))); num = num<4 ? num+1 : 1; 阅读全文
posted @ 2020-10-04 19:12 wing1377 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 获取毫秒数 new Date().getTime() 毫秒转化为时间格式(时间格式化方法) Date.prototype.Format = function (fmt) { //author: meizz var o = { "M+": this.getMonth() + 1, //月份 "d+": 阅读全文
posted @ 2020-10-04 07:29 wing1377 阅读(477) 评论(0) 推荐(0) 编辑
摘要: <table border="1" cellpadding="0" cellspacing="0" width="200"> <caption>财务报表表格标题</caption> <thead> <tr style="background-color: gray;"> <th>Month</th> 阅读全文
posted @ 2020-10-04 06:53 wing1377 阅读(189) 评论(0) 推荐(0) 编辑