摘要:
原理是取中间的毫秒数,再转换成js的Date类型function ChangeDateFormat(val) { if (val != null) { var date = new Date(parseInt(val.replace("/Date(", "").replace(")/... 阅读全文
摘要:
using System.Runtime.InteropServices;[DllImport("winmm.dll")] public static extern bool PlaySound(string pszSound, int hmod, int fdwSound); public con... 阅读全文