{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","'email'","'form","'phone',","...","/","//","24岁，是学生。","about/关于","alfxjx","api","boolean","chang","check","cn","default","demo","describ","download","exampl","export","fals","form","formcheck","formcheck.init(id,{","g","gitbook","http","https://github.com/alfxjx/form","import","init","init('input',","input","input'","input';","input/releas","instal","install引入","introduct","ismust","issu","lang","left","left/right，设置星号位置。","mounted()","mustposit","name","npm","npmjs上面的信息。","password","placehold","pleas","react.j","regex","run","server","showautofix","showclear","showclear:","showey","showeye:","showhelp","showhint","showhint:","string","svg","todo","true","true,","type","type:","unshown.","userpassword","vue.j","withdefaultcss","{","}","});","},","};","中使用","主要包括使用说明以及二次开发的一些帮助","作为对象","全部清除按钮","占位文字","名称","在","官方文档","引入项目","待业，想找一个实习","快速上手","打开","描述","提问时建议加上tag","是否是必填项（*）","是否添加默认样式（bootstrap）","显示密码按钮","显示输入内容提示","显示输入结果的提示行","本项目选择","此链接，查看实例功能。","测试功能","类型","自动补全","自定义密码的匹配格式","语言，目前支持中文","请在本项目的issues里面提问。","这是一个可以自定义检查格式，显示清除按钮，显示密码的输入框。","通过cdn引入","通过npm","通过标签引入","都说表单是前端的crud","需要挂在一个id为${id}的form节点上：","需要检查的格式类型","首先需要安装http","默认值"],"doc/use/":["'form","//","check","download","form","formcheck","formcheck.init(id,props);","https://github.com/alfxjx/form","import","init","input","input'","input/releas","instal","install引入","npm","{","}","作为对象","使用文档","引入项目","快速上手","本项目选择","通过cdn引入","通过npm","通过标签引入"],"doc/use/use1.html":["/","api","boolean","cn","default","describ","fals","input","ismust","ismust===true时使用","lang","left","left/right，设置星号位置。","mustposit","name","placehold","pleas","regex","showautofix","showclear","showey","showhelp","showhint","string","true","type","userpassword","withdefaultcss","全部清除按钮","占位文字","名称","描述","是否是必填项（*）","是否添加默认样式（bootstrap）","显示密码按钮","显示输入内容提示","显示输入结果的提示行","类型","自动补全","自定义密码的匹配格式","语言，目前支持中文","配置说明","需要在","需要检查的格式类型","须知","默认值"],"doc/use/use2.html":["'form","'phone',","...","//","check","continued...","default","export","import","init","init('input',","input';","mounted()","react.j","showclear:","showeye:","showhint:","true","true,","type:","vue.j","{","}","});","},","};","中使用","在","注意事项"],"doc/dev/":["[bf]","[fu]","[mu]","bug","commit","doc","featur","fix","git","markdown","messag","updat","二次开发","修改bug","功能更新","文档发布修改","文档更新","本篇主要解释一下本函数的具体构成，方便大家查阅以及二次开发。","目前的标准是这样的：","遵守git提交备注有助于更好理清开发历程。"],"doc/dev/dev1.html":["'password'","'text')","(id,","(key","(target,","+.]\\w+)*@\\w+([","...",".]\\w+)*$/;",".]\\w+)*\\.\\w+([","//","/^((https|http|ftp|rtsp|mms)?:\\/\\/)[^\\s]+/;","/^[1][3,4,5,7,8][0","/^[a","/^\\w+([","9]\\w{5,17}$/;","9]{9}$/;","=","===","=>","bug:","check","const","continued...","deaultpassword","defaulttyp","drawclear(id,prop)","draweye(id,prop)","drawhint(id,prop)","drawmust(id,prop)","drawsvg(id,svgprop,distancetoright)","form","formattest(val,prop)","get:","init(id,","input,可以自行设置样式。","isshoweye(id,prop)","key,","new","prop)","prop.typ","prop.userpassword","properties)","proxy(inputnode,","proxyinput","ps","receiver)","receiver);","reflect.get(target,","reflect.set(target,","regemail","regphon","regweb","return","set:","setcss(obj,","setprops()","shouldgetcss)","style,","switcheye(id,showeyeres)","target[key]","todo:","value,","value;","watchtyp","watchtyping(id,prop)","withdefaultcss","z0","za","{","}","});","},","三个判断条件：","切换logo暂时没修好，功能已经完成。","判断是否是密码，需要是密码才显示。","双向绑定，使用的是es6的proxy和reflect语法，对输入的数据进行代理，实现了类似mvvm的效果。","可以配置api里面的","各函数功能","在本函数中对输入(keyup)进行监听，显示不同的hint。","实现的是对输入数据格式的检查。默认的检查正则表达式为：","将用户的设置应用到方法中，默认提供了一下default配置。","插件暴露了一个类","显示输入提示。","暴露出来的函数，使用时一定会调用的函数。","未来会引入更多的自定义检索功能。","本函数实现了对输入数据的","来开启或者关闭。","样式美化。","用来切换密码和明文。","绘制svg通用函数。","绘制清除的svg,绑定清除功能以及将hint改为灰色。","绘制眼睛svg。","给input设置样式的函数。默认的一套样式来自于bootstrap","若是选择显示必填，则在input之后（或之前）添加一个红色的*号。","选择对应的id进行挂载，并且应用配置的properties。","预留一个userpassword接口，可以输入自定义正则。"],"doc/dev/dev2.html":["bug","bug:","continued...","issu","list","switcheye(id,showeyeres)","众所周知的是，bug是一种小动物，是受到动保组织保护的嗷","切换logo暂时没修好，功能已经完成。","提issues的时候，可以选择bug的标签。","本篇文档主要收集目前已知的bug。"]},"length":7},"tokenStore":{"root":{"2":{"4":{"docs":{},"岁":{"docs":{},"，":{"docs":{},"是":{"docs":{},"学":{"docs":{},"生":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}},"docs":{}},"9":{"docs":{},"]":{"docs":{},"\\":{"docs":{},"w":{"docs":{},"{":{"5":{"docs":{},",":{"1":{"7":{"docs":{},"}":{"docs":{},"$":{"docs":{},"/":{"docs":{},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}},"docs":{}},"docs":{}}},"docs":{}}}},"{":{"9":{"docs":{},"}":{"docs":{},"$":{"docs":{},"/":{"docs":{},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}},"docs":{}}}},"docs":{},"&":{"docs":{"./":{"ref":"./","tf":0.017241379310344827}}},"'":{"docs":{},"e":{"docs":{},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"'":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}},"p":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"'":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"x":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}},".":{"docs":{},".":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.05405405405405406},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}}},"]":{"docs":{},"\\":{"docs":{},"w":{"docs":{},"+":{"docs":{},")":{"docs":{},"*":{"docs":{},"$":{"docs":{},"/":{"docs":{},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}},"\\":{"docs":{},".":{"docs":{},"\\":{"docs":{},"w":{"docs":{},"+":{"docs":{},"(":{"docs":{},"[":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}},"/":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.03225806451612903}},"/":{"docs":{"./":{"ref":"./","tf":0.022988505747126436},"doc/use/":{"ref":"doc/use/","tf":0.06896551724137931},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.05405405405405406},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}},"^":{"docs":{},"(":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"s":{"docs":{},"|":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},"|":{"docs":{},"f":{"docs":{},"t":{"docs":{},"p":{"docs":{},"|":{"docs":{},"r":{"docs":{},"t":{"docs":{},"s":{"docs":{},"p":{"docs":{},"|":{"docs":{},"m":{"docs":{},"m":{"docs":{},"s":{"docs":{},")":{"docs":{},"?":{"docs":{},":":{"docs":{},"\\":{"docs":{},"/":{"docs":{},"\\":{"docs":{},"/":{"docs":{},")":{"docs":{},"[":{"docs":{},"^":{"docs":{},"\\":{"docs":{},"s":{"docs":{},"]":{"docs":{},"+":{"docs":{},"/":{"docs":{},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"[":{"1":{"docs":{},"]":{"docs":{},"[":{"3":{"docs":{},",":{"4":{"docs":{},",":{"5":{"docs":{},",":{"7":{"docs":{},",":{"8":{"docs":{},"]":{"docs":{},"[":{"0":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}},"docs":{}}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}},"docs":{}}}},"docs":{},"a":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}},"\\":{"docs":{},"w":{"docs":{},"+":{"docs":{},"(":{"docs":{},"[":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"/":{"docs":{},"关":{"docs":{},"于":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}},"l":{"docs":{},"f":{"docs":{},"x":{"docs":{},"j":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}},"p":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.040229885057471264},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.11290322580645161}}}}}}}},"u":{"docs":{},"g":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":5.1}},":":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.028735632183908046},"doc/use/":{"ref":"doc/use/","tf":0.10344827586206896},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}},"n":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"e":{"docs":{},"d":{"docs":{},".":{"docs":{},".":{"docs":{},".":{"docs":{"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.03937007874015748}}}}},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}},"c":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}},"r":{"docs":{},"a":{"docs":{},"w":{"docs":{},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}},"e":{"docs":{},"y":{"docs":{},"e":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},",":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.034482758620689655},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.0967741935483871}}}}},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"{":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},")":{"docs":{},";":{"docs":{"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"(":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}},"i":{"docs":{},"x":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}},"g":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}},"i":{"docs":{},"t":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}},"e":{"docs":{},"t":{"docs":{},":":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"a":{"docs":{},"l":{"docs":{},"f":{"docs":{},"x":{"docs":{},"j":{"docs":{},"x":{"docs":{},"/":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}}}},"i":{"docs":{},"d":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.017241379310344827},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},"'":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}},";":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}},"/":{"docs":{},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}}},",":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"行":{"docs":{},"设":{"docs":{},"置":{"docs":{},"样":{"docs":{},"式":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}},"l":{"docs":{},"引":{"docs":{},"入":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}}}},"s":{"docs":{},"m":{"docs":{},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},"=":{"docs":{},"=":{"docs":{},"=":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"时":{"docs":{},"使":{"docs":{},"用":{"docs":{"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}}}}}}},"s":{"docs":{},"u":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"y":{"docs":{},"e":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},"/":{"docs":{},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},"，":{"docs":{},"设":{"docs":{},"置":{"docs":{},"星":{"docs":{},"号":{"docs":{},"位":{"docs":{},"置":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":5.1}}}}}},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"(":{"docs":{},")":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}}}},"u":{"docs":{},"s":{"docs":{},"t":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.03225806451612903}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"k":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"p":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.022988505747126436},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}},"j":{"docs":{},"s":{"docs":{},"上":{"docs":{},"面":{"docs":{},"的":{"docs":{},"信":{"docs":{},"息":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}},"e":{"docs":{},"w":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}},".":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"x":{"docs":{},"y":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"n":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}},"s":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}},"g":{"docs":{},"e":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}},"m":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}},"p":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}}}}}}}}},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}}}}}},"u":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011494252873563218}}}}}},"t":{"docs":{},":":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},"(":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"s":{"docs":{},"(":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"f":{"docs":{},"i":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},":":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}},"e":{"docs":{},"y":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},"e":{"docs":{},":":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}},":":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}}}},"u":{"docs":{},"l":{"docs":{},"d":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.022988505747126436},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.06451612903225806}}}}}},"y":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}},"v":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"e":{"docs":{},"y":{"docs":{},"e":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"d":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}},":":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}},",":{"docs":{"./":{"ref":"./","tf":0.017241379310344827},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.05405405405405406}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.03225806451612903}},":":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"[":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"]":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"s":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}}}},"p":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.09523809523809523}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}}}},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}},";":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"c":{"docs":{},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},")":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}},"{":{"docs":{"./":{"ref":"./","tf":0.028735632183908046},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.10810810810810811},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.03937007874015748}}},"}":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}},")":{"docs":{},";":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}},",":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703},"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}},";":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.02702702702702703}}}},"中":{"docs":{},"使":{"docs":{},"用":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.05405405405405406}}}}},"主":{"docs":{},"要":{"docs":{},"包":{"docs":{},"括":{"docs":{},"使":{"docs":{},"用":{"docs":{},"说":{"docs":{},"明":{"docs":{},"以":{"docs":{},"及":{"docs":{},"二":{"docs":{},"次":{"docs":{},"开":{"docs":{},"发":{"docs":{},"的":{"docs":{},"一":{"docs":{},"些":{"docs":{},"帮":{"docs":{},"助":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}}}}}}}}}},"作":{"docs":{},"为":{"docs":{},"对":{"docs":{},"象":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}},"全":{"docs":{},"部":{"docs":{},"清":{"docs":{},"除":{"docs":{},"按":{"docs":{},"钮":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}},"占":{"docs":{},"位":{"docs":{},"文":{"docs":{},"字":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}},"名":{"docs":{},"称":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}},"在":{"docs":{"./":{"ref":"./","tf":0.011494252873563218},"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":0.05405405405405406}},"本":{"docs":{},"函":{"docs":{},"数":{"docs":{},"中":{"docs":{},"对":{"docs":{},"输":{"docs":{},"入":{"docs":{},"(":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"u":{"docs":{},"p":{"docs":{},")":{"docs":{},"进":{"docs":{},"行":{"docs":{},"监":{"docs":{},"听":{"docs":{},"，":{"docs":{},"显":{"docs":{},"示":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"官":{"docs":{},"方":{"docs":{},"文":{"docs":{},"档":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}},"引":{"docs":{},"入":{"docs":{},"项":{"docs":{},"目":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}},"待":{"docs":{},"业":{"docs":{},"，":{"docs":{},"想":{"docs":{},"找":{"docs":{},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"习":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}},"快":{"docs":{},"速":{"docs":{},"上":{"docs":{},"手":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}},"打":{"docs":{},"开":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}},"描":{"docs":{},"述":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}},"提":{"docs":{},"问":{"docs":{},"时":{"docs":{},"建":{"docs":{},"议":{"docs":{},"加":{"docs":{},"上":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"的":{"docs":{},"时":{"docs":{},"候":{"docs":{},"，":{"docs":{},"可":{"docs":{},"以":{"docs":{},"选":{"docs":{},"择":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"的":{"docs":{},"标":{"docs":{},"签":{"docs":{},"。":{"docs":{"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"必":{"docs":{},"填":{"docs":{},"项":{"docs":{},"（":{"docs":{},"*":{"docs":{},"）":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}},"添":{"docs":{},"加":{"docs":{},"默":{"docs":{},"认":{"docs":{},"样":{"docs":{},"式":{"docs":{},"（":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"）":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}}}}}}}}}}}},"显":{"docs":{},"示":{"docs":{},"密":{"docs":{},"码":{"docs":{},"按":{"docs":{},"钮":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}},"输":{"docs":{},"入":{"docs":{},"内":{"docs":{},"容":{"docs":{},"提":{"docs":{},"示":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}},"结":{"docs":{},"果":{"docs":{},"的":{"docs":{},"提":{"docs":{},"示":{"docs":{},"行":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}},"提":{"docs":{},"示":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"选":{"docs":{},"择":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}},"篇":{"docs":{},"主":{"docs":{},"要":{"docs":{},"解":{"docs":{},"释":{"docs":{},"一":{"docs":{},"下":{"docs":{},"本":{"docs":{},"函":{"docs":{},"数":{"docs":{},"的":{"docs":{},"具":{"docs":{},"体":{"docs":{},"构":{"docs":{},"成":{"docs":{},"，":{"docs":{},"方":{"docs":{},"便":{"docs":{},"大":{"docs":{},"家":{"docs":{},"查":{"docs":{},"阅":{"docs":{},"以":{"docs":{},"及":{"docs":{},"二":{"docs":{},"次":{"docs":{},"开":{"docs":{},"发":{"docs":{},"。":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"档":{"docs":{},"主":{"docs":{},"要":{"docs":{},"收":{"docs":{},"集":{"docs":{},"目":{"docs":{},"前":{"docs":{},"已":{"docs":{},"知":{"docs":{},"的":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"。":{"docs":{"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}}}}}}}}},"函":{"docs":{},"数":{"docs":{},"实":{"docs":{},"现":{"docs":{},"了":{"docs":{},"对":{"docs":{},"输":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"的":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}},"此":{"docs":{},"链":{"docs":{},"接":{"docs":{},"，":{"docs":{},"查":{"docs":{},"看":{"docs":{},"实":{"docs":{},"例":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}},"测":{"docs":{},"试":{"docs":{},"功":{"docs":{},"能":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}},"类":{"docs":{},"型":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}},"自":{"docs":{},"动":{"docs":{},"补":{"docs":{},"全":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"定":{"docs":{},"义":{"docs":{},"密":{"docs":{},"码":{"docs":{},"的":{"docs":{},"匹":{"docs":{},"配":{"docs":{},"格":{"docs":{},"式":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}}},"语":{"docs":{},"言":{"docs":{},"，":{"docs":{},"目":{"docs":{},"前":{"docs":{},"支":{"docs":{},"持":{"docs":{},"中":{"docs":{},"文":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}}}},"请":{"docs":{},"在":{"docs":{},"本":{"docs":{},"项":{"docs":{},"目":{"docs":{},"的":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"里":{"docs":{},"面":{"docs":{},"提":{"docs":{},"问":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}}}}}}}},"这":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"可":{"docs":{},"以":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"检":{"docs":{},"查":{"docs":{},"格":{"docs":{},"式":{"docs":{},"，":{"docs":{},"显":{"docs":{},"示":{"docs":{},"清":{"docs":{},"除":{"docs":{},"按":{"docs":{},"钮":{"docs":{},"，":{"docs":{},"显":{"docs":{},"示":{"docs":{},"密":{"docs":{},"码":{"docs":{},"的":{"docs":{},"输":{"docs":{},"入":{"docs":{},"框":{"docs":{},"。":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"c":{"docs":{},"d":{"docs":{},"n":{"docs":{},"引":{"docs":{},"入":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}},"标":{"docs":{},"签":{"docs":{},"引":{"docs":{},"入":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/":{"ref":"doc/use/","tf":0.034482758620689655}}}}}}}},"都":{"docs":{},"说":{"docs":{},"表":{"docs":{},"单":{"docs":{},"是":{"docs":{},"前":{"docs":{},"端":{"docs":{},"的":{"docs":{},"c":{"docs":{},"r":{"docs":{},"u":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"挂":{"docs":{},"在":{"docs":{},"一":{"docs":{},"个":{"docs":{},"i":{"docs":{},"d":{"docs":{},"为":{"docs":{},"$":{"docs":{},"{":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{},"的":{"docs":{},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{},"节":{"docs":{},"点":{"docs":{},"上":{"docs":{},"：":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}}}}}}}}}}}}},"检":{"docs":{},"查":{"docs":{},"的":{"docs":{},"格":{"docs":{},"式":{"docs":{},"类":{"docs":{},"型":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}}}}}},"在":{"docs":{"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"首":{"docs":{},"先":{"docs":{},"需":{"docs":{},"要":{"docs":{},"安":{"docs":{},"装":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.005747126436781609}}}}}}}}}}}},"默":{"docs":{},"认":{"docs":{},"值":{"docs":{"./":{"ref":"./","tf":0.005747126436781609},"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}}},"使":{"docs":{},"用":{"docs":{},"文":{"docs":{},"档":{"docs":{"doc/use/":{"ref":"doc/use/","tf":10.03448275862069}}}}}},"配":{"docs":{},"置":{"docs":{},"说":{"docs":{},"明":{"docs":{"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":10}}}}}},"须":{"docs":{},"知":{"docs":{"doc/use/use1.html":{"ref":"doc/use/use1.html","tf":0.016129032258064516}}}},"注":{"docs":{},"意":{"docs":{},"事":{"docs":{},"项":{"docs":{"doc/use/use2.html":{"ref":"doc/use/use2.html","tf":10.027027027027026}}}}}},"[":{"docs":{},"b":{"docs":{},"f":{"docs":{},"]":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}},"f":{"docs":{},"u":{"docs":{},"]":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}},"m":{"docs":{},"u":{"docs":{},"]":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}},"二":{"docs":{},"次":{"docs":{},"开":{"docs":{},"发":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":10.047619047619047}}}}}},"修":{"docs":{},"改":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}},"功":{"docs":{},"能":{"docs":{},"更":{"docs":{},"新":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}},"文":{"docs":{},"档":{"docs":{},"发":{"docs":{},"布":{"docs":{},"修":{"docs":{},"改":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}},"更":{"docs":{},"新":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}},"目":{"docs":{},"前":{"docs":{},"的":{"docs":{},"标":{"docs":{},"准":{"docs":{},"是":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"：":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}}}}}},"遵":{"docs":{},"守":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"提":{"docs":{},"交":{"docs":{},"备":{"docs":{},"注":{"docs":{},"有":{"docs":{},"助":{"docs":{},"于":{"docs":{},"更":{"docs":{},"好":{"docs":{},"理":{"docs":{},"清":{"docs":{},"开":{"docs":{},"发":{"docs":{},"历":{"docs":{},"程":{"docs":{},"。":{"docs":{"doc/dev/":{"ref":"doc/dev/","tf":0.047619047619047616}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"i":{"docs":{},"d":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}},"t":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.015748031496062992}}}}}}}}}},"+":{"docs":{},".":{"docs":{},"]":{"docs":{},"\\":{"docs":{},"w":{"docs":{},"+":{"docs":{},")":{"docs":{},"*":{"docs":{},"@":{"docs":{},"\\":{"docs":{},"w":{"docs":{},"+":{"docs":{},"(":{"docs":{},"[":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}},"=":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.05511811023622047}},"=":{"docs":{},"=":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.023622047244094488}}}},">":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.023622047244094488}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},",":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.031496062992125984}}}}}},"z":{"0":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}},"docs":{},"a":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}},"三":{"docs":{},"个":{"docs":{},"判":{"docs":{},"断":{"docs":{},"条":{"docs":{},"件":{"docs":{},"：":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}},"切":{"docs":{},"换":{"docs":{},"l":{"docs":{},"o":{"docs":{},"g":{"docs":{},"o":{"docs":{},"暂":{"docs":{},"时":{"docs":{},"没":{"docs":{},"修":{"docs":{},"好":{"docs":{},"，":{"docs":{},"功":{"docs":{},"能":{"docs":{},"已":{"docs":{},"经":{"docs":{},"完":{"docs":{},"成":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496},"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}}}}}}}}}}}},"判":{"docs":{},"断":{"docs":{},"是":{"docs":{},"否":{"docs":{},"是":{"docs":{},"密":{"docs":{},"码":{"docs":{},"，":{"docs":{},"需":{"docs":{},"要":{"docs":{},"是":{"docs":{},"密":{"docs":{},"码":{"docs":{},"才":{"docs":{},"显":{"docs":{},"示":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}},"双":{"docs":{},"向":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"，":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"e":{"docs":{},"s":{"6":{"docs":{},"的":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"x":{"docs":{},"y":{"docs":{},"和":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"语":{"docs":{},"法":{"docs":{},"，":{"docs":{},"对":{"docs":{},"输":{"docs":{},"入":{"docs":{},"的":{"docs":{},"数":{"docs":{},"据":{"docs":{},"进":{"docs":{},"行":{"docs":{},"代":{"docs":{},"理":{"docs":{},"，":{"docs":{},"实":{"docs":{},"现":{"docs":{},"了":{"docs":{},"类":{"docs":{},"似":{"docs":{},"m":{"docs":{},"v":{"docs":{},"v":{"docs":{},"m":{"docs":{},"的":{"docs":{},"效":{"docs":{},"果":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"配":{"docs":{},"置":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"里":{"docs":{},"面":{"docs":{},"的":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}},"各":{"docs":{},"函":{"docs":{},"数":{"docs":{},"功":{"docs":{},"能":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":10.007874015748031}}}}}}},"实":{"docs":{},"现":{"docs":{},"的":{"docs":{},"是":{"docs":{},"对":{"docs":{},"输":{"docs":{},"入":{"docs":{},"数":{"docs":{},"据":{"docs":{},"格":{"docs":{},"式":{"docs":{},"的":{"docs":{},"检":{"docs":{},"查":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"的":{"docs":{},"检":{"docs":{},"查":{"docs":{},"正":{"docs":{},"则":{"docs":{},"表":{"docs":{},"达":{"docs":{},"式":{"docs":{},"为":{"docs":{},"：":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"用":{"docs":{},"户":{"docs":{},"的":{"docs":{},"设":{"docs":{},"置":{"docs":{},"应":{"docs":{},"用":{"docs":{},"到":{"docs":{},"方":{"docs":{},"法":{"docs":{},"中":{"docs":{},"，":{"docs":{},"默":{"docs":{},"认":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"下":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"配":{"docs":{},"置":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"插":{"docs":{},"件":{"docs":{},"暴":{"docs":{},"露":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"类":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"暴":{"docs":{},"露":{"docs":{},"出":{"docs":{},"来":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"，":{"docs":{},"使":{"docs":{},"用":{"docs":{},"时":{"docs":{},"一":{"docs":{},"定":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}},"未":{"docs":{},"来":{"docs":{},"会":{"docs":{},"引":{"docs":{},"入":{"docs":{},"更":{"docs":{},"多":{"docs":{},"的":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"检":{"docs":{},"索":{"docs":{},"功":{"docs":{},"能":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}},"来":{"docs":{},"开":{"docs":{},"启":{"docs":{},"或":{"docs":{},"者":{"docs":{},"关":{"docs":{},"闭":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"样":{"docs":{},"式":{"docs":{},"美":{"docs":{},"化":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}},"用":{"docs":{},"来":{"docs":{},"切":{"docs":{},"换":{"docs":{},"密":{"docs":{},"码":{"docs":{},"和":{"docs":{},"明":{"docs":{},"文":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}},"绘":{"docs":{},"制":{"docs":{},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"通":{"docs":{},"用":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"清":{"docs":{},"除":{"docs":{},"的":{"docs":{},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},",":{"docs":{},"绑":{"docs":{},"定":{"docs":{},"清":{"docs":{},"除":{"docs":{},"功":{"docs":{},"能":{"docs":{},"以":{"docs":{},"及":{"docs":{},"将":{"docs":{},"h":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"改":{"docs":{},"为":{"docs":{},"灰":{"docs":{},"色":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}},"眼":{"docs":{},"睛":{"docs":{},"s":{"docs":{},"v":{"docs":{},"g":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}},"给":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"设":{"docs":{},"置":{"docs":{},"样":{"docs":{},"式":{"docs":{},"的":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"默":{"docs":{},"认":{"docs":{},"的":{"docs":{},"一":{"docs":{},"套":{"docs":{},"样":{"docs":{},"式":{"docs":{},"来":{"docs":{},"自":{"docs":{},"于":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"若":{"docs":{},"是":{"docs":{},"选":{"docs":{},"择":{"docs":{},"显":{"docs":{},"示":{"docs":{},"必":{"docs":{},"填":{"docs":{},"，":{"docs":{},"则":{"docs":{},"在":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"之":{"docs":{},"后":{"docs":{},"（":{"docs":{},"或":{"docs":{},"之":{"docs":{},"前":{"docs":{},"）":{"docs":{},"添":{"docs":{},"加":{"docs":{},"一":{"docs":{},"个":{"docs":{},"红":{"docs":{},"色":{"docs":{},"的":{"docs":{},"*":{"docs":{},"号":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"选":{"docs":{},"择":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"i":{"docs":{},"d":{"docs":{},"进":{"docs":{},"行":{"docs":{},"挂":{"docs":{},"载":{"docs":{},"，":{"docs":{},"并":{"docs":{},"且":{"docs":{},"应":{"docs":{},"用":{"docs":{},"配":{"docs":{},"置":{"docs":{},"的":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{},"e":{"docs":{},"s":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"预":{"docs":{},"留":{"docs":{},"一":{"docs":{},"个":{"docs":{},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{},"r":{"docs":{},"p":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"w":{"docs":{},"o":{"docs":{},"r":{"docs":{},"d":{"docs":{},"接":{"docs":{},"口":{"docs":{},"，":{"docs":{},"可":{"docs":{},"以":{"docs":{},"输":{"docs":{},"入":{"docs":{},"自":{"docs":{},"定":{"docs":{},"义":{"docs":{},"正":{"docs":{},"则":{"docs":{},"。":{"docs":{"doc/dev/dev1.html":{"ref":"doc/dev/dev1.html","tf":0.007874015748031496}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"众":{"docs":{},"所":{"docs":{},"周":{"docs":{},"知":{"docs":{},"的":{"docs":{},"是":{"docs":{},"，":{"docs":{},"b":{"docs":{},"u":{"docs":{},"g":{"docs":{},"是":{"docs":{},"一":{"docs":{},"种":{"docs":{},"小":{"docs":{},"动":{"docs":{},"物":{"docs":{},"，":{"docs":{},"是":{"docs":{},"受":{"docs":{},"到":{"docs":{},"动":{"docs":{},"保":{"docs":{},"组":{"docs":{},"织":{"docs":{},"保":{"docs":{},"护":{"docs":{},"的":{"docs":{},"嗷":{"docs":{"doc/dev/dev2.html":{"ref":"doc/dev/dev2.html","tf":0.1}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"length":343},"corpusTokens":["&","'email'","'form","'password'","'phone',","'text')","(id,","(key","(target,","+.]\\w+)*@\\w+([","...",".]\\w+)*$/;",".]\\w+)*\\.\\w+([","/","//","/^((https|http|ftp|rtsp|mms)?:\\/\\/)[^\\s]+/;","/^[1][3,4,5,7,8][0","/^[a","/^\\w+([","24岁，是学生。","9]\\w{5,17}$/;","9]{9}$/;","=","===","=>","[bf]","[fu]","[mu]","about/关于","alfxjx","api","boolean","bug","bug:","chang","check","cn","commit","const","continued...","deaultpassword","default","defaulttyp","demo","describ","doc","download","drawclear(id,prop)","draweye(id,prop)","drawhint(id,prop)","drawmust(id,prop)","drawsvg(id,svgprop,distancetoright)","exampl","export","fals","featur","fix","form","formattest(val,prop)","formcheck","formcheck.init(id,props);","formcheck.init(id,{","g","get:","git","gitbook","http","https://github.com/alfxjx/form","import","init","init('input',","init(id,","input","input'","input';","input,可以自行设置样式。","input/releas","instal","install引入","introduct","ismust","ismust===true时使用","isshoweye(id,prop)","issu","key,","lang","left","left/right，设置星号位置。","list","markdown","messag","mounted()","mustposit","name","new","npm","npmjs上面的信息。","password","placehold","pleas","prop)","prop.typ","prop.userpassword","properties)","proxy(inputnode,","proxyinput","ps","react.j","receiver)","receiver);","reflect.get(target,","reflect.set(target,","regemail","regex","regphon","regweb","return","run","server","set:","setcss(obj,","setprops()","shouldgetcss)","showautofix","showclear","showclear:","showey","showeye:","showhelp","showhint","showhint:","string","style,","svg","switcheye(id,showeyeres)","target[key]","todo","todo:","true","true,","type","type:","unshown.","updat","userpassword","value,","value;","vue.j","watchtyp","watchtyping(id,prop)","withdefaultcss","z0","za","{","}","});","},","};","三个判断条件：","中使用","主要包括使用说明以及二次开发的一些帮助","二次开发","众所周知的是，bug是一种小动物，是受到动保组织保护的嗷","作为对象","使用文档","修改bug","全部清除按钮","切换logo暂时没修好，功能已经完成。","判断是否是密码，需要是密码才显示。","功能更新","占位文字","双向绑定，使用的是es6的proxy和reflect语法，对输入的数据进行代理，实现了类似mvvm的效果。","可以配置api里面的","各函数功能","名称","在","在本函数中对输入(keyup)进行监听，显示不同的hint。","官方文档","实现的是对输入数据格式的检查。默认的检查正则表达式为：","将用户的设置应用到方法中，默认提供了一下default配置。","引入项目","待业，想找一个实习","快速上手","打开","描述","提issues的时候，可以选择bug的标签。","提问时建议加上tag","插件暴露了一个类","文档发布修改","文档更新","是否是必填项（*）","是否添加默认样式（bootstrap）","显示密码按钮","显示输入内容提示","显示输入提示。","显示输入结果的提示行","暴露出来的函数，使用时一定会调用的函数。","未来会引入更多的自定义检索功能。","本函数实现了对输入数据的","本篇主要解释一下本函数的具体构成，方便大家查阅以及二次开发。","本篇文档主要收集目前已知的bug。","本项目选择","来开启或者关闭。","样式美化。","此链接，查看实例功能。","注意事项","测试功能","用来切换密码和明文。","目前的标准是这样的：","类型","绘制svg通用函数。","绘制清除的svg,绑定清除功能以及将hint改为灰色。","绘制眼睛svg。","给input设置样式的函数。默认的一套样式来自于bootstrap","自动补全","自定义密码的匹配格式","若是选择显示必填，则在input之后（或之前）添加一个红色的*号。","语言，目前支持中文","请在本项目的issues里面提问。","这是一个可以自定义检查格式，显示清除按钮，显示密码的输入框。","选择对应的id进行挂载，并且应用配置的properties。","通过cdn引入","通过npm","通过标签引入","遵守git提交备注有助于更好理清开发历程。","都说表单是前端的crud","配置说明","需要在","需要挂在一个id为${id}的form节点上：","需要检查的格式类型","须知","预留一个userpassword接口，可以输入自定义正则。","首先需要安装http","默认值"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"form-check-input\n这是一个可以自定义检查格式，显示清除按钮，显示密码的输入框。\n\n\n都说表单是前端的CRUD\n\nDEMO\n引入项目\n\n通过标签引入\n\ndownload from https://github.com/Alfxjx/form-check-input/releases\n\n\n// or\n\n\n通过npm install引入\n\nnpm install form-check-input\n\nimport { init } from 'form-check-input'\n\n通过CDN引入\n\n\n// or\n\n快速上手\n\n本项目选择 formCheck 作为对象\n\nformCheck.init(id,{\n  showClear: true,\n  type: 'Email'\n});\n\n需要挂在一个id为${id}的form节点上：\n\n\n官方文档\nGitbook 主要包括使用说明以及二次开发的一些帮助\nNPM npmjs上面的信息。\nAPI\n\n\n\nname 名称\ntype 类型\ndefault 默认值\ndescribe 描述\n\n\n\n\nlang\nString\ncn\n语言，目前支持中文\n\n\nshowClear\nBoolean\nfalse\n全部清除按钮\n\n\nshowEye\nBoolean\nfalse\n显示密码按钮\n\n\nshowHint\nBoolean\nfalse\n显示输入结果的提示行\n\n\nshowHelp\nBoolean\nfalse\n显示输入内容提示\n\n\nshowAutofix\nBoolean\nfalse\n自动补全\n\n\nplaceholder\nString\nplease input\n占位文字\n\n\nisMust\nBoolean\nfalse\n是否是必填项（*）\n\n\nmustPosition\nString\nleft\nleft/right，设置星号位置。\n\n\ntype\nString\n/\n需要检查的格式类型\n\n\nuserPassword\nRegex\n/\n自定义密码的匹配格式\n\n\nwithdefaultCSS\nBoolean\ntrue\n是否添加默认样式（Bootstrap）\n\n\n\nIssues\n请在本项目的issues里面提问。\n提问时建议加上TAG\n在 Vue.js 中使用\n\nimport { init } from 'form-check-input';\n\nexport default {\n    // ...\n    mounted() {\n        init('input', { \n      type: 'phone', \n      showHint: true, \n      showClear: true, \n      showEye: true \n    });\n    },\n    // ...\n};\n\n在 React.js 中使用\n测试功能\n首先需要安装http-server\nnpm install http-server -g\nnpm run example\n打开 此链接，查看实例功能。\nTODO\n\nshowClear\nisMust & mustPosition\nshowEye\nchange svg when password is unshown.\nshowHint & showHelp & showAutofix\nuserPassword\n\nAbout/关于\n\nAlfxjx\n24岁，是学生。\n待业，想找一个实习\n\n"},"doc/use/":{"url":"doc/use/","title":"使用文档","keywords":"","body":"使用文档\n引入项目\n\n通过标签引入\n\ndownload from https://github.com/Alfxjx/form-check-input/releases\n\n\n// or\n\n\n通过npm install引入\n\nnpm install form-check-input\n\nimport { init } from 'form-check-input'\n\n通过CDN引入\n\n\n// or\n\n快速上手\n\n本项目选择 formCheck 作为对象\n\nformCheck.init(id,props);\n"},"doc/use/use1.html":{"url":"doc/use/use1.html","title":"配置说明","keywords":"","body":"API\n\n\n\nname 名称\ntype 类型\ndefault 默认值\ndescribe 描述\n\n\n\n\nlang\nString\ncn\n语言，目前支持中文\n\n\nshowClear\nBoolean\nfalse\n全部清除按钮\n\n\nshowEye\nBoolean\nfalse\n显示密码按钮\n\n\nshowHint\nBoolean\nfalse\n显示输入结果的提示行\n\n\nshowHelp\nBoolean\nfalse\n显示输入内容提示\n\n\nshowAutofix\nBoolean\nfalse\n自动补全\n\n\nplaceholder\nString\nplease input\n占位文字\n\n\nisMust\nBoolean\nfalse\n是否是必填项（*）\n\n\nmustPosition\nString\nleft\nleft/right，设置星号位置。\n\n\ntype\nString\n/\n需要检查的格式类型\n\n\nuserPassword\nRegex\n/\n自定义密码的匹配格式\n\n\nwithdefaultCSS\nBoolean\ntrue\n是否添加默认样式（Bootstrap）\n\n\n\n须知\n\nmustPosition 需要在 isMust===true时使用\n\n\n"},"doc/use/use2.html":{"url":"doc/use/use2.html","title":"注意事项","keywords":"","body":"注意事项\nto be continued...\n在 Vue.js 中使用\n\nimport { init } from 'form-check-input';\n\nexport default {\n    // ...\n    mounted() {\n        init('input', { \n      type: 'phone', \n      showHint: true, \n      showClear: true, \n      showEye: true \n    });\n    },\n    // ...\n};\n\n在 React.js 中使用\n"},"doc/dev/":{"url":"doc/dev/","title":"二次开发","keywords":"","body":"二次开发\n本篇主要解释一下本函数的具体构成，方便大家查阅以及二次开发。\ngit commit messages\n遵守git提交备注有助于更好理清开发历程。\n目前的标准是这样的：\n\nfeature update [FU] 功能更新\nbug fix [BF] 修改bug\nmarkdown update [MU] 文档更新\ndocs 文档发布修改\n\n"},"doc/dev/dev1.html":{"url":"doc/dev/dev1.html","title":"各函数功能","keywords":"","body":"各函数功能\nto be continued...\ninit(id, properties)\n选择对应的id进行挂载，并且应用配置的properties。\n暴露出来的函数，使用时一定会调用的函数。\nsetProps()\n将用户的设置应用到方法中，默认提供了一下default配置。\nsetCss(obj, style, shouldGetCSS)\n给input设置样式的函数。默认的一套样式来自于Bootstrap\n可以配置API里面的 withdefaultCSS 来开启或者关闭。\nPS 插件暴露了一个类 form-check-input,可以自行设置样式。\nwatchTyping(id,prop)\n本函数实现了对输入数据的 双向绑定，使用的是ES6的Proxy和Reflect语法，对输入的数据进行代理，实现了类似MVVM的效果。\n在本函数中对输入(keyup)进行监听，显示不同的hint。\nconst watchTyping = (id, prop) => {\n  // ...\n  let proxyInput = new Proxy(inputNode, {\n        get: (target, key, receiver) => {\n            return Reflect.get(target, key, receiver);\n        },\n        set: (target, key, value, receiver) => {\n            if (key === 'text') {\n                target[key] = value;\n            }\n            return Reflect.set(target, key, value, receiver);\n        },\n    });\n  // ...\n}\n\nformatTest(val,prop)\n实现的是对输入数据格式的检查。默认的检查正则表达式为：\nconst regEmail = /^\\w+([-+.]\\w+)*@\\w+([-.]\\w+)*\\.\\w+([-.]\\w+)*$/;\nconst regPhone = /^[1][3,4,5,7,8][0-9]{9}$/;\nconst regWeb = /^((https|http|ftp|rtsp|mms)?:\\/\\/)[^\\s]+/;\nconst deaultPassword = /^[a-zA-Z0-9]\\w{5,17}$/;\n\n\n未来会引入更多的自定义检索功能。\n预留一个userPassword接口，可以输入自定义正则。\n\nisShowEye(id,prop)\n判断是否是密码，需要是密码才显示。\n三个判断条件：\n\nprop.type === 'password'\nprop.userPassword\ndefaultType === 'password'\n\nswitchEye(id,showEyeRes)\n用来切换密码和明文。\nBUG: 切换logo暂时没修好，功能已经完成。\ndrawHint(id,prop)\n显示输入提示。\nTODO: 样式美化。\ndrawEye(id,prop)\n绘制眼睛svg。\ndrawClear(id,prop)\n绘制清除的svg,绑定清除功能以及将hint改为灰色。\ndrawMust(id,prop)\n若是选择显示必填，则在input之后（或之前）添加一个红色的*号。\ndrawSVG(id,svgProp,distanceToRight)\n绘制svg通用函数。\n"},"doc/dev/dev2.html":{"url":"doc/dev/dev2.html","title":"Bug list","keywords":"","body":"Bug list\nIssues\n本篇文档主要收集目前已知的bug。\n众所周知的是，bug是一种小动物，是受到动保组织保护的嗷\n提Issues的时候，可以选择bug的标签。\nto be continued...\n\nswitchEye(id,showEyeRes) BUG: 切换logo暂时没修好，功能已经完成。\n\n"}}}