摘要:
function GetDate(){var now = new Date();var year = now.getFullYear(); //年var month = now.getMonth() + 1;//月var day = now.getDate(); //日 var hh = no... 阅读全文
摘要:
Random random = new Random(~unchecked((int)DateTime.Now.Ticks));private string CreateAndCheckCode(Random random, string code, int length) // code 激活码前... 阅读全文