摘要:
function IsPC() { var userAgentInfo = navigator.userAgent; var Agents = ["Android", "iPhone", "SymbianOS", "Windows Phone", "iPad", "iPod"]; var flag 阅读全文
摘要:
添加NuGet程序包AlphaFSICsharpCode.SharpZipLib.dll Code using System; using System.Collections.Generic; using Alphaleonis.Win32.Filesystem; using ICSharpCod 阅读全文
摘要:
function toThousands(num) { var result = '', counter = 0; num = (num || 0).toString(); for (var i = num.length - 1; i >= 0; i--) { counter++; result = 阅读全文