html <td>{{serverInfo.serverTime| formatTime('YMDHMS')}}</td> js serverTime: new Date().getTime(), filters: { // 时间过滤器 formatTime: function(value, type) { let dataTime = ""; let data = new Date(); data.setTime(value); let year = data
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { //Convert.ToInt32("") //for (int i = 0; ; ) //{