摘要:
function guid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8); ... 阅读全文
摘要:
//StreamReader objReader = new StreamReader(HostingEnvironment.MapPath("/json.json")); //string sLine = ""; //StringBuilder str = new StringBuilder(); //while (s... 阅读全文