摘要:
$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
阅读(216)
评论(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
阅读(503)
评论(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
阅读(198)
评论(0)
推荐(0)

浙公网安备 33010602011771号