2011年11月4日
摘要: Date.parseFunctions['WCF'] = '_parseWCF';Date._parseWCF = function(input) { input = input.replace( new RegExp('/Date\\((-?[0-9]+)(?:[a-zA-Z]|(?:\\+|-)[0-9]{4})?\\)/', 'g'), '(new Date($1))'); return eval(input);};//wcf json 时间转换问题 safari 和 firefoxvar WCFDatePa 阅读全文
posted @ 2011-11-04 00:16 鱼不爱水 阅读(230) 评论(0) 推荐(0)