摘要:
// 引入必要的命名空间 using System.IO; using System.Drawing.Imaging; // 代码部分 // private byte[] photo;//公用缓冲区 public string SourFilePath;//源图片文件路径 public string 阅读全文
摘要:
js数组中取重复数据的方法: 方法一:去重复数据 <script> Array.prototype.distinct=function(){ var a=[],b=[]; for(var prop in this){ var d = this[prop]; if (d a[prop]) contin 阅读全文