C# DLL源码 using System; using System.Collections.Generic; using System.Text; using System.Security.Cryptography; namespace Common { public class SimpleHash { public string HashCalc(byte[] audioBuffer, byte[] key) { ...... return result; } } } 需要在IronP
function checkName(data){ //校验联系信息不能一致 var values=""; $(".t").each(function(i,item){ var value=$(this).val(); values+=value; //获取所有的名称 }); var val=$(data).val(); //获得当前输入框的值 var newValue=values.replace(val,""); //去除当前输入框的值 if