摘要: 根据GUID获取16位的唯一字符串 public static string GuidTo16String() { long i = 1; foreach (byte b in Guid.NewGuid().ToByteArray()) i *= ((int)b + 1); return strin 阅读全文
posted @ 2018-08-16 17:53 GU天乐乐乐! 阅读(2195) 评论(0) 推荐(0)
摘要: @*以下 是测试html 颜色选择器的*@ @*<a href="#" mce_href="#" onclick="initColorPicker('demo'); return false" id="demo" style="position:absolute;left:200px">颜色选择</ 阅读全文
posted @ 2018-08-16 15:42 GU天乐乐乐! 阅读(963) 评论(0) 推荐(0)