using System.Diagnostics; namespace ShouldCode.Console { [DebuggerDisplay("Prop1:{Prop1};Prop2:{Prop2};")] public class ShouldDebuggerDisplay { public int Prop1 { get; set; } public string Prop2 { get; set; } public static void Debug() { var deb
$(function(){ var wx_arr = ['gb3055','gb6365']; var storage = window.localStorage; function random_wx(up,low) { //Math.random()*(上限-下限+1)+下限 var i = parseInt(Math.random() * (up - low + 1) + low); return i; } function check_random(){ var random_num =