Html
    Css
    Js

    
                        
.ac-main-table {
	table-layout:fixed;
	width:100%;
	font-size:14px;
	color:#000;
}
.ac-main-table th {
	line-height:30px;
	height:30px;
	background-color:#f5f5f5;
	text-align:center;
	border:1px solid #ccc;
}
.ac-main-table td {
	padding:10px;
	line-height:22px;
	text-align:center;
	border:1px solid #ccc;
}
.ac-main-table td>p {
	display:inline-block;
	text-align:left;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

js当前季度到几年前的季度列表(原创)

更新时间:2020-03-03 00:25:14

1
      慕牧木0
      2020/3/3 10:44:23
      js 第39行改成下边这个...找了半天没找到更新代码的入口... return dataarr.concat(list.splice(4 - getcurrentseason(), years * 4)) 回复