12 2023 档案
摘要:public static void Mapper<T>(T tSource, T tDestination) where T : class { //获得所有property的信息 PropertyInfo[] properties = tSource.GetType().GetPropertie
阅读全文
摘要:function compressImg(file, quality) { var qualitys = 0.52 if (parseInt((file.size / 1024).toFixed(2)) < 1024) { qualitys = 0.85 } if (5 * 1024 < parse
阅读全文