var autoComplete=new AutoComplete(arg1,arg2,arg3);AutoComplete对象中的三个参数 说明一下:arg1: 搜索框的ID (类型:字符串)arg2:自动补全DIV根节点的ID(类型:字符串)arg3:待匹配的数据 (类型:数组)