-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsearch_index.json
1 lines (1 loc) · 275 KB
/
search_index.json
1
{"version":"0.5.2","fields":[{"name":"title","boost":10},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"index.html#gitbook_4":["1.9.1p243","1.9.2p180","2011年9月间翻译完毕,最初发布在我的博客上。于2014年5月间,藉由gitbook整理,并发布在github上。在此期间,paolo","asakawa的本系列讲座,为大家展示一个绚丽的rubi","asakawa讲授,使用rubi","i386-mingw32","i386-mingw32]。而我的测试环境则是rubi","metaprogramming站点上的课程笔记,并加入了我(deathk","perrotta所著的《ruby元编程》也被翻译并出版。同时,ruby版本也从1.9飞跃到了2.1,尽管如此,本系列介绍的rubi","rubi","ruby是动态的、魔幻而有趣的。而元编程(metaprogramming)技术在ruby中的应用也让我大开眼界,虽然以前也有浅显地介绍反射机制(reflection),但我仍然觉得才疏学浅,不能让大家完全感受到元编程的优美。借此机会,我想借satoshi","satoshi","undefinedundefin"],"chapter01.html#gitbook_5":["capture)和不经意的多次估值这类问题的出现。纵使有标准的lisp惯用法可以处理这些问题,lisp","class_ev","c语言的宏到复杂的lisp的宏系统,甚至c","design","eval功能,对生成出来的源代码(除了在lisp这样的语言里面以外,通常是以字符串的方式)进行求值。有一类有趣的程序quine,它们运行的结果就是把自己的源代码原封不动地打印出来,通常要证明你精通某一门语言,为它写一个quin","free","instance_eval:http://jimmycuadra.com/posts/metaprogramming-ruby-class-eval-and-instance-ev","languag","lex和yacc","lisp、python以及ruby之类的语言允许在运行时直接修改程序自身的结构,而不用再经过“生成源代码”这一层。当然对源代码进行eval的方法也许是最灵活的,但是它的效率却不怎么样,所以相来说并不是特别流行。这里主要介绍的是这种方式的元编程在rubi","lisp。john","lisp社团位于现在称之为“反射编程”(reflect","lisp通过既可以用于代码也可以用于数据的s表达式(本质上是程序抽象语法树的直接翻译)支持语法层的元编程。lisp的元编程大量的使用了宏,宏的本质是代码模板。lisp的这种方式带来的好处是可以在单一的层次上进行编程,代码及数据都以相同的方式表现,唯一的区别在于是否会被估值(evaluate)。然而语法层的元编程模式也有其弊端,用在同一命名空间下运行和估值的代码对两个抽象层次进行操作,会直接导致变量捕获(vari","m","meta","metaprogram","metaprogramming:http://pragprog.com/screencasts/v-dtrubyom/the-ruby-object-model-and-metaprogram","mind","model","object","practic","preferences:http://www.kalzumeus.com/2009/11/17/practical-metaprogramming-with-ruby-storing-prefer","program","programming)或“元编程”(metaprogramming)——对可编程语言编程的前沿。smalltalk事实上从20世纪70年代后期就开始支持元类。但它是lisp专用语言,从comman和objvlisp开始,推动元编程成为主流[bobrow+86,cointe87]。早期工作为主对象协议(metaobject","protocal)[kiczales+91]打下了基础。主对象协议主要用来推广元编程。商业系统也开始使用元编程,特别是在ibm","rubi","ruby'","ruby:http://rubyrogues.com/metaprogramming-in-rubi","ruby:http://yehudakatz.com/2009/11/15/metaprogramming-in-ruby-its-all-about-the-self","ruby中的元编程,是可以在运行时动态地操作语言结构(如类、模块、实例变量等)的技术。你甚至于可以在不用重启的情况下,在运行时直接键入一段新的rubi","ruby可以通过parsetree库来完成语法层的自省,parsetree可以将ruby源代码翻译成s表达式。使用此库来编写的一个有趣的应用叫做heckle,它是一个“测试的测试”框架,能够对ruby代码解析及改变,例如改变字符串或者将'true'和'false'","ruby的元编程,也具有“利用代码来编写代码”的作用。例如,常见的attr_accessor","ruby语言中一般来说都是作用于类及方法层上:创建方法,重写方法,给方法赋予别名(alia","som","store","toolbox:http://weare.buildingsky.net/2009/08/25/rubys-metaprogramming-toolbox","undefinedundefin","vlissides在pattern"],"chapter02.html#gitbook_6":["1","1.8.6中的用户定义类及他们的超类的关系。而下面这幅由artem","1.class.instance_method","1.method","10","13","14","1904","2","2.0.0","2.0引入了refin","23","3","4","5","5段代码,分别定义了rubylist.who方法,该方法返回"geek"","5的代码,class关键字后面紧接着<<,你就应该确信这里为<<","accept","anonym","args.siz","argument","basicobject","blackanger对metaprogram","bug,比如,你定义了自己的captalize()方法并且漫不经心的覆盖了原string类中的capt","class","class.new","classes,另一部分人叫它metaclasses,意思是th","class”。而eigenclass的方法名字,则取了一个比较科学严肃的名字叫singlton","class。但是这些名字都不足以描述它。ruby之父matz至今还没有给出一个官方的名字,但是他似乎喜欢叫它eigenclass,eigen这个词来自于德语,意思是one’","class类即是class","class)也被称作单例类(singleton","class),元类(metaclass)或者uniclass","class),特征类(eigenclass),鬼魂类(ghost","complet","constant","constructor","correct","david","def","diagram","eigenclass这个名字的由来:大多数人叫它singlton","eigen”本意为“自己的”。eigenclass","end","follow","form","geek","hilbert","initi","initialize(*arg","instanc","kernel","length","method","n","n.ancestor","n.class","n.superclass","n.superclass.superclass","n.superclass.superclass.superclass","nil","number","object","object’","object类(都是从object类直接或间接继承而来),而object类又继承自basicobject类,rubi","overloading)。我们编写了一个rectangule类,该类用于将一个矩形呈现在网格上。当你在实例化一个rectangule对象时,你可以使用两种方法:传递矩形的左上、右下的坐标,或者左上点坐标及矩形的宽度、高度。虽然ruby中每个类只有一个initialize方法,但这种做法允许你的一个initialize就像两个不同的initi","own。所以,eigenclass就被翻译为“an","put","rectangl","rectangle.new([10","rectangle.new([x_top","rectangule程序,但却足以演示方法重载是如何实现的。对initialize方法的重载可使得其具有处理可变参数的能力。这种技巧不但适用于initi","rubi","rubyist","rubyist.instance_ev","rubyist.who","ruby中每个对象都有其自己的匿名类,一个类能拥有方法,但是只能对该对象本身其作用:当我们对一个具体的对象添加方法时,ruby会插入一个新的匿名类于父类之间,来容纳这个新建立的方法。值得注意的是,匿名类通常是不可见(hidden","ruby中,类始终都是开放的。你可以重定义一个类,甚至于像string或array这样的标准库中的类。(译注:rubi","ruby的笔记(5)](http://book.douban.com/people/blackanger/annotation/4086938","screen","self","self.siz","self.who","size!\".writes","sorri","string","s贡献的ruby层次关系(rubi","take","tell","true","undefinedundefin","variabl","width","writes","x_bottom","y_left","y_right"],"chapter03.html#gitbook_7":["b","b'","bar","c","c'","c.new","chain)。接受者就是方法的调用者。例如,对调用an_object.display()来说,an_object就是接受者。而关于祖先链,请考察任何一个ruby类的内部。想象一下从一个类移动到其父类,然后再移动到父类的父类,直到到达object类(默认的父类),然后继续移动,最终到达basicobject类(rubi","class","def","do_method(param","end","execut","foo","go","lookup","method","obj","obj.bar","obj.do_method(param","obj.foo","object","overwrit","receiver的方法时,rubi","right","rubi","ruby中,self是一个很特殊的变量,它总是指向当前对象(curr","ruby的方法查找,你需要了解下面两个概念:接受者(receiver)和祖先链(ancestor","ruby需要一个叫做self","ruby首先进入receiver所属的类,并以此为起始,沿着祖先链不断前进,直到找到目标方法。这种行为也被称作“向右一步,再向上(on","self","self所属的类中查找do_method(param","self指向obj","self被认为是默认的receiver。也就是说,你如果没有明确指出receiver,那么系统将把self当做receiv","self(当前对象)中查找的。也就是说,如果我使用@var,那么ruby就会在self","step","superclass","undefinedundefin","up)”规则:向右一步,进入reciver所属的类,然后再向上查找祖先链,直到找到目标方法。(译者注:如果遍历完祖先链也没有找到方法的话,会调用method_missing方法,如果这个方法没有被定义,则抛出nomethoderror)当你在一个类中包含一个模块时,rubi"],"chapter04.html#gitbook_8":["2.2250738585072e-308","2010上的讲义《如何设计出漂亮的rubi","22.0/7.0","3","3.14285714285714","4","an_object","an_object.class","an_object.class.instance_methods(fals","an_object.instance_vari","an_object.what_does_he_do","anyth","api","arg","args.inspect","args.join","attr_accessor","avail","back","bad","begin","block","call","car","car.go_to_japan","car.go_to_shanghai","car.go_to_taipei","car.new","cgi","cgi::new(\"html4","cgi[\"expression\"].to_","child","child.class_vari","child.class_variables输出的是在child类中定义的类变量(@@city)。child类没有从父类中继承类变量(@@geek","china","citi","class","class.new","class_ev","class_evalclass_variable_get","class_evalinstance_evalmodule_ev","class_eval将会定义实例方法,而instance_ev","class_nam","class_name.class_ev","class_name.new","class_vari","class_variable_get","class_variable_get方法和class_variable_set方法都可以被使用。class_variable_get方法需要一个代表变量名称的符号作为参数,并返回变量的值。class_variable_set","class_variable_set","class_variable_setclass_variablesinstance_variable_get","class_variable_set,你可以使用instance_variable_set","class_varibles方法。他返回一个数组(array),以符号(symbol","conf","const_get","const_get和const_set用于操作常量。const_get","const_set","countri","country=\"japan","creat","dave","def","define_method","detail","displai","doesn't","end","eval","eval(\"str","eval(expr","eval就尽量避免,因为ev","eval方法的安全性漏洞,dav","except","expr","express","famou","fetch","field","float.const_get(:min","form","fowler,andi","geek","geek=\"matz","go","go($1","go(plac","go_to_","handl","hello","hunt","indianrubyist","indianrubyist.new","inform","initi","initialize(p1","instance_ev","instance_eval传递的代码块使得你可以在对象内部操作。你可以在对象内部肆意操纵,不再会有任何数据是私有的!instance_ev","instance_eval可以操纵obj","instance_eval,module_eval和class_eval是ev","instance_exec,或instance_ev","instance_method","instance_variable_get","instance_variable_set","instance_variable_setconst_get","intance_variables等方法来达到目的。我们将这种技术称为内省(introspection)或者反射(reflect","japan","kernel模块提供了一个叫做eval的方法,该方法用于执行一个用字符串表示的代码。eval方法可以计算多行代码,使得将整个程序代码嵌入到字符串中并执行成为了可能。eval方法很慢,在执行字符串前最好对其预先求值。不过,糟糕的是,eval方法会变得十分危险。如果外部数据通过eval传递的话,你就可能会遭遇一个安全漏洞,因为这些数据可能含有任意的代码,并且你的程序将会执行它。现在,ev","m","matz","messag","method","method_miss","method_missing(m","method_missing(nam","method_missing方法的效率不甚理想,对效率敏感的项目尽量要避免使用此方法。尽管method_miss","method_missing,ihow","miss","module#define_method是module类实例的私有方法。因此define_method方法仅能由类或者模块使用。你可以通过define_method动态的在receiver中定义实例方法。而你仅需要传递需要定义的方法的名字,以及一个代码块(block","module_ev","module_eval和class_ev","module_eval和class_eval方法用于模块和类,而不是对象。class_eval是module_eval的一个别名。module_eval和class_ev","my_arg","name","name.to_","nashvil","new","obj","obj.hello","obj.inspect","obj.instance_ev","obj.instance_variable_get(:@countri","obj.instance_variable_get(:@geek","obj.instance_variable_set(:@countri","obj.program","obj.respond_to?(:program","obj.send(:say_hello","obj.who","obj.who('matz","object","object.const_get(class_nam","object.const_set(class_nam","object.new","object类提供了一个名为instance_ev","p","p1","p2","person","place","prevent","print","privat","proc:[email protected]:7","program","prompt","put","puts(obj.hello('matz","puts(obj.send(:welcom","remov","remove_method","remove_method和undef_method","requir","rescu","respond_to?方法是反射机制中另一个有用的方法。使用respond_to?方法,可以提前知道对象是否能够处理你想要交予它执行的信息。所有的对象都有此方法,使用respond_to","result","rock","rubi","ruby'","rubyist","rubyist\".capit","rubyist.class_ev","rubyist.class_eval(\"@@geek","rubyist.class_vari","rubyist.class_variable_get(:@@geek","rubyist.class_variable_set(:@@geek","rubyist.const_set(\"pi","rubyist.instance_ev","rubyist.new","rubyist.new('matz","rubyist.new.anyth","rubyist.new.anything(3","rubyist.respond_to?(:also_railist","rubyist.send(:also_railist","rubyist.who","rubyist:0x2ef8038","rubyist:0x2ef83d0","rubyist对象知道如何处理also_railist","ruby中,你完全有能力在运行时查看类或对象的信息。我们可以使用class","ruby使用look-up机制找寻方法时,如果方法不存在,那么ruby将会在原receiver中自行调用一个叫做method_missing的方法。method_missing方法会以符号的形式传递被调用的那个不存在的方法的名字,以数组的形式传递调用时的参数,以及原调用中传递的块。method_missing是由kernel模块提供的方法,因此任意对象都有此方法。kernel#method_missing方法能响应nomethoderror错误。重载method_miss","say_hello(nam","scope)内使用remove_method方法。即使是父类以及父类的父类等先祖中有同名的方法,那些方法也不会被移除。而相比之下,undef_method","self","send","senddefine_methodmethod_missingremove_method和undef_methodevalinstance_ev","send是object类的实例方法。send方法的第一个参数是你期望对象执行的方法的名称。可以是一个字符串(string)或者符号(symbol","shanghai","someth","sorri","still","str","such","super","taipei","thomas在他的著作program","thomas,chad","undef_method","undefinedundefin","understand","usa","user","valu","walter","walter得到了一个重要的教训:所有的外部数据都是有危险的。不要让它们靠近那些可能改动你的系统的接口。在这个案例中,表单中的内容是外部数据,而对ev","walter把这个应用程序放到网上才几秒钟,来自waxahachie的一个12岁小孩在表单中输入了system("rm"),随他的计算机上的文件一起,walt","walter认为实现这样一个计算器很容易。他可以用ruby的cgi库访问表单域中的内容,再用ev","webcoder有一个非常棒的想法:设计一个web算数页面。该页面是含有一个文本域以及按钮的简单web表单,并被各种各样的非常酷的数学链接和横幅广告包围,使得看起来丰富多彩。用户输入一个算术表达式到文本域中,并按下按钮,然后结果就会被显示出来。一夜之间,世界上所有计算器都变得无用了;walt","welcom","welcome(*arg","what_does_he_do"],"chapter05.html#gitbook_9":["bar","baz","bind","binding对象有什么用?主要是用于eval这个函数。eval的第一个参数是需要eval的一段脚本字符串,而第二个可选参数则接受一个binding对象。当指定了binding时,eval会在传递给它的bind","binding)一词是指一个更复杂、更大型的物件的引用的创建。例如当我们编写了一个函数,这个函数名就绑定了该函数本体,我们可以通过函数名来引用并调用该函数,这被称为名称绑定;又如当ruby通过api去调用了c语言写的库函数时,这就是一个语言绑定;再如面向对象语言中的方法调度obj.method,这也是一个名称绑定,它会根据接收者obj具体的对象类型来确定应该引用哪个对象类型的method方法,而如果obj在编译时就能确定,那便可称之为静态绑定(早绑定),早期的静态类型语言(如c)使用的是早绑定;如果obj在运行时才能确定,那便可称为动态绑定(迟绑定),动态类型语言(如ruby)使用的是迟绑定,而有些语言则同时支持早绑定和迟绑定,如c","continuation有共通之处,但continuation主要用于实际堆、栈内存的环境跳转,而bind","def","end","eval('p","foo","foo返回的binding获取到了局部上下文销毁前的局部变量bar的值,而在不使用binding的情况下,局部变量bar在foo","return","ruby中,kernel有一个方法binding,它返回一个binding类型的对象。这个binding对象就是我们这里说的绑定,它封装了当前执行上下文中的所有绑定(变量、方法、语句块、self的名称绑定),而这些绑定直接决定了面向对象语言中的执行环境。比如,当我们调用p时,实际上是进行了self和p的绑定,而p具体是哪个方法,是由self的类型来决定的,如果我们在顶层,而kernel#p又没有被重写,那p就是一个用来显示对象细节的方法。可以说有了一个绑定的列表,我们就有了一个完整的面向对象上下文的拷贝,就好比上帝在12分37秒复制了一份世界,而这个世界与原本世界的环境一模一样,既有这朵花,又有那株草。ruby的bind","ruby有一个预定义的常量:toplevel_binding,它指向一个封装了顶层绑定的对象,通过它我们可以在其它上下文中通过ev","self一类的实体……或者说所有于对象绑定的名称。我们把他们称为绑定(bind","undefinedundefin"],"chapter06.html#gitbook_10":["citi","deathk","def","end","local","main:object","matsumoto","matz","method","nameerror","person","person变量在块被定义之前是一个新的局部变量,而不是who方法中的person","put","puts(\"#{person","rock","rubi","tokyo","undefin","undefinedundefin","variabl","world","y","yield(\"rock"],"chapter07.html#gitbook_11":["1","10","100.0","100.0/80.0","1现存的类和方法常规做法使用class.new和define_method的做法使用匿名类的做法使用即时创建匿名类的做法问题2","2","5","93.75","akita","akitaonrails\",\"http://www.akitaonrails.com","alias_method","anon","anon.class_ev","anonym","arg","arrai","attr_accessor","attribut","awai","brazil","calcul","captur","class","class.new","class.new(klass","class.new(klass)以给定的klass为父类,创建了一个匿名类。块被用作类的体,包含了该类中的方法。而define_method定义了method所代表的方法(也就是mem_result","class.new和define_method","class_ev","class_eval。此时,我们会定义一个initialize方法。并且,我们应该建立一个to_s方法,使得我们能够将其输出,记得使用alias关键字将to_s方法作为inspect方法的同义词。修改后的datawrapper.rb","class_nam","cooper","core","countri","csv(comma-separ","data","data.clos","data.each","data.get","data.gets.chomp","datawrapp","datawrapper.rb","datawrapper.rb的代码也无需改变!这便是一个rubi","datawrapper.rb的文件,并建立一个类。我们会调用datawrapper类并定义一个名为wrap的类方法,此方法请求一个用于标识文件名的参数,并据此建立一个类。上面的两个文件的第一行都是由逗号分隔的属性名(attribut","datawrapper.wrap(\"location.txt","datawrapper.wrap(\"twitter.txt","dave","def","define_method(:initi","define_method(:to_","define_method(method","define_method即时地创建了一个方法。问题是,define_method只能对类或模块起作用,而我们这里处理的是对象。因此,我们使用obj.class来获得对象所属的类,然后对类使用class_eval和define_method方法在该类中添加一个实例方法method","end","eval(\"[#{lin","exampl","exercis","fabio","file","file.basename(file_nam","file.new(file_nam","file.new(self.to_s.downcase+\".txt","fulton的文章[an","hal","hash类提供了has_key?方法用于检查某个散列是否拥有指定的键。在上述程序中,如果has_key?返回true,那么我们就直接使用@mem中存放的值,否则我们将调用percentage_calculation(*scores)重新计算改值并存放在@mem","header","header.split","initi","initialize方法和使用实例变量@mem。相反地,我们使用的是局部变量mem,这是因为块是一个闭包,而局部变量mem","inspect","instance_variable_set(\"@\"+nam","klass","klass.class_ev","klass.read","klass指代的是我们新建的类。如果file_name参数所指向的文件为“location.txt”,那么新建立得类名会被命名为loc","line","line.chomp","list","list.each","locat","location.countri","location.txt","location.txt文件完全不同的twitter.txt文件。针对于twitter.txt","matz","mem","mem.has_key?(arg","mem.has_key?(scor","mem[arg","mem[scor","mem_result(klass","mem_result(obj","mem_result(r","mem_result(result","mem_result方法。该方法的第一个参数obj接收一个对象,用于建立此对象的匿名类。该方法的第二个参数method","mem_result:一个参数为父类的名字,另一个参数为方法的名字(而mem_result","memoresult","memoresult.new","memoresult类与其父类精密相连。为了避免这样,我们使用目前学过的rubi","metaprogram","method","n","name","name,countri","names.each","names.each_with_index","name}=#{self.send(nam","name)。我们只需要使用split","nine","nomethoderror","obj","obj.class.class_ev","object","object.const_set(class_nam","p","percentage_calculation(*scor","percentage_calculation方法的调用的一种途径是用某种方法存放之前计算出的数据。对此,我们需要定义一个叫做memoresult的子类,该子类拥有一个叫做@mem的hash","peter","peterc\",\"http://www.petercooper.co.uk","privat","put","puts(\"#{location.nam","puts(\"#{twitter.twitterid}'","r","r.total","r.total(*scor","r.total(10,10,10,10,10,10,10,10","r.total(5,10,10,10,10,10,10,10","requir","result","result.new","result.rb:21:in","result.rb:30","result类以及一个total方法。total方法用于列举每个学生的成绩。score代表了学生在课程的8次竞赛中获得的成绩。私有方法percentage_calculation用于计算等分率。为了测试如此,我们调用tot","return","ruby(http://an%20exercise%20in%20metaprogramming%20with%20rubi","rubylearnin.org的cor","ruby学习班有成百上千的学生。让我们假设我们有一个可以计算这个百分比并返回对应的值的rubi","ruby课程已经开办8周了。每周我们都有一个满分10分的测验。8周结束后,学生可以知道他的分数百分比。例如,有一个学生,在过去的8周里,他的得分情况为:5、10、10、10、10、10、10、10。那么,他的得分百分比为93.75","scores.inject","scores.inspect","self","self.class","self.new(*valu","self.wrap(file_nam","self返回了我们需要的匿名类,并被变量anon所引用。大多数的rubi","site","str","sum","super","superclass","super尝试在匿名类中调用result类中的total方法。但问题是,我们是在result类中直接定义的total方法。我们说过,obj.class返回的是result,所以这并不起效。我们需要做得是创建一个匿名类,并将这个total方法放到这个匿名类中。同时,我们的匿名类应该是result","testdatawrapper.rb","testdatawrapper.rb。尝试着读取location.txt","thomas的屏播episod","throw","to_","total","total(*scor","total).new","total方法四次,这也意味着我们调用percentage_calculation方法四次。我们将要尝试减少调用percentage_calcul","twitter","twitter.txt","twitter.url","twitterid,url","txt\").capit","uk","undefinedundefin","usa","valu","values[i"],"chapter08.html#gitbook_12":["1.9","author","book","class","clearli","collingbourn","dave","exercis","free","huw","ihow","it’","metaclass","metaprogram","mind","model","object","paolo","perrotta","program","rubi","ruby元编程应用远不止如此,rails里就大量涉及了这种技术。你可以仔细研读rail","screencast","see","self","singleton","thoma","undefinedundefin","understand"]},"length":9},"tokenStore":{"root":{"1":{"0":{"0":{"docs":{},".":{"0":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}},"/":{"8":{"0":{"docs":{},".":{"0":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.09049773755656108}}},"3":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"4":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"9":{"0":{"4":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"docs":{}},"docs":{}},"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},".":{"8":{"docs":{},".":{"6":{"docs":{},"中":{"docs":{},"的":{"docs":{},"用":{"docs":{},"户":{"docs":{},"定":{"docs":{},"义":{"docs":{},"类":{"docs":{},"及":{"docs":{},"他":{"docs":{},"们":{"docs":{},"的":{"docs":{},"超":{"docs":{},"类":{"docs":{},"的":{"docs":{},"关":{"docs":{},"系":{"docs":{},"。":{"docs":{},"而":{"docs":{},"下":{"docs":{},"面":{"docs":{},"这":{"docs":{},"幅":{"docs":{},"由":{"docs":{},"a":{"docs":{},"r":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"9":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},".":{"1":{"docs":{},"p":{"2":{"4":{"3":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}},"docs":{}},"docs":{}},"docs":{}}},"2":{"docs":{},"p":{"1":{"8":{"0":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}},"docs":{}},"docs":{}},"docs":{}}},"docs":{}}},"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}},"现":{"docs":{},"存":{"docs":{},"的":{"docs":{},"类":{"docs":{},"和":{"docs":{},"方":{"docs":{},"法":{"docs":{},"常":{"docs":{},"规":{"docs":{},"做":{"docs":{},"法":{"docs":{},"使":{"docs":{},"用":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"和":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"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":{},"题":{"2":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":10}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"2":{"0":{"1":{"0":{"docs":{},"上":{"docs":{},"的":{"docs":{},"讲":{"docs":{},"义":{"docs":{},"《":{"docs":{},"如":{"docs":{},"何":{"docs":{},"设":{"docs":{},"计":{"docs":{},"出":{"docs":{},"漂":{"docs":{},"亮":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}},"1":{"docs":{},"年":{"9":{"docs":{},"月":{"docs":{},"间":{"docs":{},"翻":{"docs":{},"译":{"docs":{},"完":{"docs":{},"毕":{"docs":{},",":{"docs":{},"最":{"docs":{},"初":{"docs":{},"发":{"docs":{},"布":{"docs":{},"在":{"docs":{},"我":{"docs":{},"的":{"docs":{},"博":{"docs":{},"客":{"docs":{},"上":{"docs":{},"。":{"docs":{},"于":{"2":{"0":{"1":{"4":{"docs":{},"年":{"5":{"docs":{},"月":{"docs":{},"间":{"docs":{},",":{"docs":{},"藉":{"docs":{},"由":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"整":{"docs":{},"理":{"docs":{},",":{"docs":{},"并":{"docs":{},"发":{"docs":{},"布":{"docs":{},"在":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},"上":{"docs":{},"。":{"docs":{},"在":{"docs":{},"此":{"docs":{},"期":{"docs":{},"间":{"docs":{},",":{"docs":{},"p":{"docs":{},"a":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}},"docs":{}},"2":{"docs":{},".":{"0":{"docs":{},"/":{"7":{"docs":{},".":{"0":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}}},"docs":{}}},"docs":{}}},"3":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}},"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.018404907975460124},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},".":{"0":{"docs":{},".":{"0":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"docs":{}},"引":{"docs":{},"入":{"docs":{},"了":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}},"2":{"2":{"5":{"0":{"7":{"3":{"8":{"5":{"8":{"5":{"0":{"7":{"2":{"docs":{},"e":{"docs":{},"-":{"3":{"0":{"8":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"3":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.018404907975460124},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},".":{"1":{"4":{"2":{"8":{"5":{"7":{"1":{"4":{"2":{"8":{"5":{"7":{"1":{"4":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}},"4":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}},"5":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}},"段":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"分":{"docs":{},"别":{"docs":{},"定":{"docs":{},"义":{"docs":{},"了":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{},".":{"docs":{},"w":{"docs":{},"h":{"docs":{},"o":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"该":{"docs":{},"方":{"docs":{},"法":{"docs":{},"返":{"docs":{},"回":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"关":{"docs":{},"键":{"docs":{},"字":{"docs":{},"后":{"docs":{},"面":{"docs":{},"紧":{"docs":{},"接":{"docs":{},"着":{"docs":{},"&":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{},"&":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{},",":{"docs":{},"你":{"docs":{},"就":{"docs":{},"应":{"docs":{},"该":{"docs":{},"确":{"docs":{},"信":{"docs":{},"这":{"docs":{},"里":{"docs":{},"为":{"docs":{},"&":{"docs":{},"l":{"docs":{},"t":{"docs":{},";":{"docs":{},"&":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"9":{"3":{"docs":{},".":{"7":{"5":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{},"a":{"docs":{},"s":{"docs":{},"a":{"docs":{},"k":{"docs":{},"a":{"docs":{},"w":{"docs":{},"a":{"docs":{},"的":{"docs":{},"本":{"docs":{},"系":{"docs":{},"列":{"docs":{},"讲":{"docs":{},"座":{"docs":{},",":{"docs":{},"为":{"docs":{},"大":{"docs":{},"家":{"docs":{},"展":{"docs":{},"示":{"docs":{},"一":{"docs":{},"个":{"docs":{},"绚":{"docs":{},"丽":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}}}}}}},"讲":{"docs":{},"授":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}},"y":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}},"_":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"s":{"docs":{},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}},"r":{"docs":{},"g":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}},"s":{"docs":{},".":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}}},"j":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.018404907975460124}}}}}}}},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}},"p":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\"":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"a":{"docs":{},"k":{"docs":{},"i":{"docs":{},"t":{"docs":{},"a":{"docs":{},"o":{"docs":{},"n":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}}}},"w":{"docs":{},"a":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}},"u":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.07142857142857142}}}}}}}},"i":{"3":{"8":{"6":{"docs":{},"-":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"w":{"3":{"2":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}},"]":{"docs":{},"。":{"docs":{},"而":{"docs":{},"我":{"docs":{},"的":{"docs":{},"测":{"docs":{},"试":{"docs":{},"环":{"docs":{},"境":{"docs":{},"则":{"docs":{},"是":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}},"docs":{}},"docs":{}},"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},"a":{"docs":{},"l":{"docs":{},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"j":{"docs":{},"i":{"docs":{},"m":{"docs":{},"m":{"docs":{},"y":{"docs":{},"c":{"docs":{},"u":{"docs":{},"a":{"docs":{},"d":{"docs":{},"r":{"docs":{},"a":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"-":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"-":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"-":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"-":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"-":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"传":{"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":{},"纵":{"docs":{},",":{"docs":{},"不":{"docs":{},"再":{"docs":{},"会":{"docs":{},"有":{"docs":{},"任":{"docs":{},"何":{"docs":{},"数":{"docs":{},"据":{"docs":{},"是":{"docs":{},"私":{"docs":{},"有":{"docs":{},"的":{"docs":{},"!":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"操":{"docs":{},"纵":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}},",":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"和":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"是":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},",":{"docs":{},"或":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4285714285714284}}}}}}}}}}},"(":{"docs":{},"\"":{"docs":{},"@":{"docs":{},"\"":{"docs":{},"+":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":10.006134969325153},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},"*":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}},"p":{"1":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}},"docs":{}}},"方":{"docs":{},"法":{"docs":{},"和":{"docs":{},"使":{"docs":{},"用":{"docs":{},"实":{"docs":{},"例":{"docs":{},"变":{"docs":{},"量":{"docs":{},"@":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"。":{"docs":{},"相":{"docs":{},"反":{"docs":{},"地":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"局":{"docs":{},"部":{"docs":{},"变":{"docs":{},"量":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},",":{"docs":{},"这":{"docs":{},"是":{"docs":{},"因":{"docs":{},"为":{"docs":{},"块":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"闭":{"docs":{},"包":{"docs":{},",":{"docs":{},"而":{"docs":{},"局":{"docs":{},"部":{"docs":{},"变":{"docs":{},"量":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"d":{"docs":{},"i":{"docs":{},"a":{"docs":{},"n":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.012269938650306749}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"r":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"等":{"docs":{},"方":{"docs":{},"法":{"docs":{},"来":{"docs":{},"达":{"docs":{},"到":{"docs":{},"目":{"docs":{},"的":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"这":{"docs":{},"种":{"docs":{},"技":{"docs":{},"术":{"docs":{},"称":{"docs":{},"为":{"docs":{},"内":{"docs":{},"省":{"docs":{},"(":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},"或":{"docs":{},"者":{"docs":{},"反":{"docs":{},"射":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}},"t":{"docs":{},"’":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.1111111111111111},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.09523809523809523}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"站":{"docs":{},"点":{"docs":{},"上":{"docs":{},"的":{"docs":{},"课":{"docs":{},"程":{"docs":{},"笔":{"docs":{},"记":{"docs":{},",":{"docs":{},"并":{"docs":{},"加":{"docs":{},"入":{"docs":{},"了":{"docs":{},"我":{"docs":{},"(":{"docs":{},"d":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"k":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}}}}}}},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"v":{"docs":{},"-":{"docs":{},"d":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"-":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"-":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"-":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{},"-":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"-":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.018404907975460124},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.06060606060606061},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"方":{"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":{},"管":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"i":{"docs":{},"h":{"docs":{},"o":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}},".":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"?":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}}}}}}},"[":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.010558069381598794}}}}},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}}}},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"(":{"docs":{},"k":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"该":{"docs":{},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"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":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},":":{"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":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"类":{"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":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"l":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"#":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"是":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"类":{"docs":{},"实":{"docs":{},"例":{"docs":{},"的":{"docs":{},"私":{"docs":{},"有":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"因":{"docs":{},"此":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"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":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"在":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"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":{},"个":{"docs":{},"代":{"docs":{},"码":{"docs":{},"块":{"docs":{},"(":{"docs":{},"b":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4326614081215305}},"a":{"docs":{},"l":{"docs":{},"和":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"用":{"docs":{},"于":{"docs":{},"模":{"docs":{},"块":{"docs":{},"和":{"docs":{},"类":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"对":{"docs":{},"象":{"docs":{},"。":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"是":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"的":{"docs":{},"一":{"docs":{},"个":{"docs":{},"别":{"docs":{},"名":{"docs":{},"。":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"和":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.026584867075664622},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"s":{"docs":{},"u":{"docs":{},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{},"o":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.06666666666666667}}}}}}}}},"i":{"docs":{},"n":{"docs":{},":":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}}}}}}},"y":{"docs":{},"_":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045}}}}}}}},"p":{"1":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}},"2":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045}}},"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"t":{"docs":{},"t":{"docs":{},"a":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},"所":{"docs":{},"著":{"docs":{},"的":{"docs":{},"《":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"》":{"docs":{},"也":{"docs":{},"被":{"docs":{},"翻":{"docs":{},"译":{"docs":{},"并":{"docs":{},"出":{"docs":{},"版":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"版":{"docs":{},"本":{"docs":{},"也":{"docs":{},"从":{"1":{"docs":{},".":{"9":{"docs":{},"飞":{"docs":{},"跃":{"docs":{},"到":{"docs":{},"了":{"2":{"docs":{},".":{"1":{"docs":{},",":{"docs":{},"尽":{"docs":{},"管":{"docs":{},"如":{"docs":{},"此":{"docs":{},",":{"docs":{},"本":{"docs":{},"系":{"docs":{},"列":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}}},"docs":{}}},"docs":{}}}}}},"docs":{}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.06666666666666667}},"变":{"docs":{},"量":{"docs":{},"在":{"docs":{},"块":{"docs":{},"被":{"docs":{},"定":{"docs":{},"义":{"docs":{},"之":{"docs":{},"前":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"新":{"docs":{},"的":{"docs":{},"局":{"docs":{},"部":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"而":{"docs":{},"不":{"docs":{},"是":{"docs":{},"w":{"docs":{},"h":{"docs":{},"o":{"docs":{},"方":{"docs":{},"法":{"docs":{},"中":{"docs":{},"的":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"*":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.01809954751131222}}}}}}}},"方":{"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":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"的":{"docs":{},"子":{"docs":{},"类":{"docs":{},",":{"docs":{},"该":{"docs":{},"子":{"docs":{},"类":{"docs":{},"拥":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"@":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"的":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"h":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"c":{"docs":{},"\"":{"docs":{},",":{"docs":{},"\"":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"p":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"o":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},".":{"docs":{},"u":{"docs":{},"k":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"w":{"docs":{},"w":{"docs":{},".":{"docs":{},"k":{"docs":{},"a":{"docs":{},"l":{"docs":{},"z":{"docs":{},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"u":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"2":{"0":{"0":{"9":{"docs":{},"/":{"1":{"1":{"docs":{},"/":{"1":{"7":{"docs":{},"/":{"docs":{},"p":{"docs":{},"r":{"docs":{},"a":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"-":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"-":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"-":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"或":{"docs":{},"“":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"”":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"—":{"docs":{},"—":{"docs":{},"对":{"docs":{},"可":{"docs":{},"编":{"docs":{},"程":{"docs":{},"语":{"docs":{},"言":{"docs":{},"编":{"docs":{},"程":{"docs":{},"的":{"docs":{},"前":{"docs":{},"沿":{"docs":{},"。":{"docs":{},"s":{"docs":{},"m":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"k":{"docs":{},"事":{"docs":{},"实":{"docs":{},"上":{"docs":{},"从":{"2":{"0":{"docs":{},"世":{"docs":{},"纪":{"7":{"0":{"docs":{},"年":{"docs":{},"代":{"docs":{},"后":{"docs":{},"期":{"docs":{},"就":{"docs":{},"开":{"docs":{},"始":{"docs":{},"支":{"docs":{},"持":{"docs":{},"元":{"docs":{},"类":{"docs":{},"。":{"docs":{},"但":{"docs":{},"它":{"docs":{},"是":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"专":{"docs":{},"用":{"docs":{},"语":{"docs":{},"言":{"docs":{},",":{"docs":{},"从":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"n":{"docs":{},"和":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"v":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"开":{"docs":{},"始":{"docs":{},",":{"docs":{},"推":{"docs":{},"动":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"成":{"docs":{},"为":{"docs":{},"主":{"docs":{},"流":{"docs":{},"[":{"docs":{},"b":{"docs":{},"o":{"docs":{},"b":{"docs":{},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{},"+":{"8":{"6":{"docs":{},",":{"docs":{},"c":{"docs":{},"o":{"docs":{},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{},"e":{"8":{"7":{"docs":{},"]":{"docs":{},"。":{"docs":{},"早":{"docs":{},"期":{"docs":{},"工":{"docs":{},"作":{"docs":{},"为":{"docs":{},"主":{"docs":{},"对":{"docs":{},"象":{"docs":{},"协":{"docs":{},"议":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{},"[":{"docs":{},"k":{"docs":{},"i":{"docs":{},"c":{"docs":{},"z":{"docs":{},"a":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"+":{"9":{"1":{"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":{},"使":{"docs":{},"用":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},",":{"docs":{},"特":{"docs":{},"别":{"docs":{},"是":{"docs":{},"在":{"docs":{},"i":{"docs":{},"b":{"docs":{},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}},"c":{"docs":{},":":{"0":{"docs":{},"x":{"0":{"2":{"docs":{},"e":{"docs":{},"f":{"docs":{},"d":{"6":{"6":{"4":{"docs":{},"@":{"docs":{},"t":{"docs":{},"m":{"docs":{},"p":{"2":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{},":":{"7":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}}}}}},"docs":{}}}}}},"docs":{}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}}},"docs":{}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}},"i":{"docs":{},"n":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"v":{"docs":{},"a":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}}}}}},"u":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.024539877300613498},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.05930470347648262},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.048265460030165915}},"s":{"docs":{},"(":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},".":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},":":{"docs":{},"w":{"docs":{},"e":{"docs":{},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}},"\"":{"docs":{},"#":{"docs":{},"{":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}}},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{},"d":{"docs":{},"}":{"docs":{},"'":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"a":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":10.142857142857142},"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":10.088888888888889},"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.018404907975460124},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.16666666666666666}}},"y":{"docs":{},"是":{"docs":{},"动":{"docs":{},"态":{"docs":{},"的":{"docs":{},"、":{"docs":{},"魔":{"docs":{},"幻":{"docs":{},"而":{"docs":{},"有":{"docs":{},"趣":{"docs":{},"的":{"docs":{},"。":{"docs":{},"而":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"技":{"docs":{},"术":{"docs":{},"在":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"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":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"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":{},"。":{"docs":{},"借":{"docs":{},"此":{"docs":{},"机":{"docs":{},"会":{"docs":{},",":{"docs":{},"我":{"docs":{},"想":{"docs":{},"借":{"docs":{},"s":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"&":{"docs":{},"#":{"3":{"9":{"docs":{},";":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}},"docs":{}},"docs":{}}},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"i":{"docs":{},"n":{"docs":{},"-":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"y":{"docs":{},"e":{"docs":{},"h":{"docs":{},"u":{"docs":{},"d":{"docs":{},"a":{"docs":{},"k":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"2":{"0":{"0":{"9":{"docs":{},"/":{"1":{"1":{"docs":{},"/":{"1":{"5":{"docs":{},"/":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"i":{"docs":{},"n":{"docs":{},"-":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"-":{"docs":{},"i":{"docs":{},"t":{"docs":{},"s":{"docs":{},"-":{"docs":{},"a":{"docs":{},"l":{"docs":{},"l":{"docs":{},"-":{"docs":{},"a":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{},"-":{"docs":{},"t":{"docs":{},"h":{"docs":{},"e":{"docs":{},"-":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"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":{},"(":{"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":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"在":{"docs":{},"运":{"docs":{},"行":{"docs":{},"时":{"docs":{},"直":{"docs":{},"接":{"docs":{},"键":{"docs":{},"入":{"docs":{},"一":{"docs":{},"段":{"docs":{},"新":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"每":{"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":{},"象":{"docs":{},"本":{"docs":{},"身":{"docs":{},"其":{"docs":{},"作":{"docs":{},"用":{"docs":{},":":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"对":{"docs":{},"一":{"docs":{},"个":{"docs":{},"具":{"docs":{},"体":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"添":{"docs":{},"加":{"docs":{},"方":{"docs":{},"法":{"docs":{},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"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":{},"得":{"docs":{},"注":{"docs":{},"意":{"docs":{},"的":{"docs":{},"是":{"docs":{},",":{"docs":{},"匿":{"docs":{},"名":{"docs":{},"类":{"docs":{},"通":{"docs":{},"常":{"docs":{},"是":{"docs":{},"不":{"docs":{},"可":{"docs":{},"见":{"docs":{},"(":{"docs":{},"h":{"docs":{},"i":{"docs":{},"d":{"docs":{},"d":{"docs":{},"e":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"类":{"docs":{},"始":{"docs":{},"终":{"docs":{},"都":{"docs":{},"是":{"docs":{},"开":{"docs":{},"放":{"docs":{},"的":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"重":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"类":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"于":{"docs":{},"像":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"或":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"这":{"docs":{},"样":{"docs":{},"的":{"docs":{},"标":{"docs":{},"准":{"docs":{},"库":{"docs":{},"中":{"docs":{},"的":{"docs":{},"类":{"docs":{},"。":{"docs":{},"(":{"docs":{},"译":{"docs":{},"注":{"docs":{},":":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"很":{"docs":{},"特":{"docs":{},"殊":{"docs":{},"的":{"docs":{},"变":{"docs":{},"量":{"docs":{},",":{"docs":{},"它":{"docs":{},"总":{"docs":{},"是":{"docs":{},"指":{"docs":{},"向":{"docs":{},"当":{"docs":{},"前":{"docs":{},"对":{"docs":{},"象":{"docs":{},"(":{"docs":{},"c":{"docs":{},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"你":{"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":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},",":{"docs":{},"它":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"。":{"docs":{},"这":{"docs":{},"个":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"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":{},"定":{"docs":{},"(":{"docs":{},"变":{"docs":{},"量":{"docs":{},"、":{"docs":{},"方":{"docs":{},"法":{"docs":{},"、":{"docs":{},"语":{"docs":{},"句":{"docs":{},"块":{"docs":{},"、":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"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":{},"。":{"docs":{},"比":{"docs":{},"如":{"docs":{},",":{"docs":{},"当":{"docs":{},"我":{"docs":{},"们":{"docs":{},"调":{"docs":{},"用":{"docs":{},"p":{"docs":{},"时":{"docs":{},",":{"docs":{},"实":{"docs":{},"际":{"docs":{},"上":{"docs":{},"是":{"docs":{},"进":{"docs":{},"行":{"docs":{},"了":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},"和":{"docs":{},"p":{"docs":{},"的":{"docs":{},"绑":{"docs":{},"定":{"docs":{},",":{"docs":{},"而":{"docs":{},"p":{"docs":{},"具":{"docs":{},"体":{"docs":{},"是":{"docs":{},"哪":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"是":{"docs":{},"由":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},"的":{"docs":{},"类":{"docs":{},"型":{"docs":{},"来":{"docs":{},"决":{"docs":{},"定":{"docs":{},"的":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"们":{"docs":{},"在":{"docs":{},"顶":{"docs":{},"层":{"docs":{},",":{"docs":{},"而":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"#":{"docs":{},"p":{"docs":{},"又":{"docs":{},"没":{"docs":{},"有":{"docs":{},"被":{"docs":{},"重":{"docs":{},"写":{"docs":{},",":{"docs":{},"那":{"docs":{},"p":{"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":{},"我":{"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":{},"在":{"1":{"2":{"docs":{},"分":{"3":{"7":{"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":{},"这":{"docs":{},"朵":{"docs":{},"花":{"docs":{},",":{"docs":{},"又":{"docs":{},"有":{"docs":{},"那":{"docs":{},"株":{"docs":{},"草":{"docs":{},"。":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"的":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"可":{"docs":{},"以":{"docs":{},"通":{"docs":{},"过":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"库":{"docs":{},"来":{"docs":{},"完":{"docs":{},"成":{"docs":{},"语":{"docs":{},"法":{"docs":{},"层":{"docs":{},"的":{"docs":{},"自":{"docs":{},"省":{"docs":{},",":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"可":{"docs":{},"以":{"docs":{},"将":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"翻":{"docs":{},"译":{"docs":{},"成":{"docs":{},"s":{"docs":{},"表":{"docs":{},"达":{"docs":{},"式":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"此":{"docs":{},"库":{"docs":{},"来":{"docs":{},"编":{"docs":{},"写":{"docs":{},"的":{"docs":{},"一":{"docs":{},"个":{"docs":{},"有":{"docs":{},"趣":{"docs":{},"的":{"docs":{},"应":{"docs":{},"用":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"h":{"docs":{},"e":{"docs":{},"c":{"docs":{},"k":{"docs":{},"l":{"docs":{},"e":{"docs":{},",":{"docs":{},"它":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"“":{"docs":{},"测":{"docs":{},"试":{"docs":{},"的":{"docs":{},"测":{"docs":{},"试":{"docs":{},"”":{"docs":{},"框":{"docs":{},"架":{"docs":{},",":{"docs":{},"能":{"docs":{},"够":{"docs":{},"对":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"代":{"docs":{},"码":{"docs":{},"解":{"docs":{},"析":{"docs":{},"及":{"docs":{},"改":{"docs":{},"变":{"docs":{},",":{"docs":{},"例":{"docs":{},"如":{"docs":{},"改":{"docs":{},"变":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"或":{"docs":{},"者":{"docs":{},"将":{"docs":{},"&":{"docs":{},"#":{"3":{"9":{"docs":{},";":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},"&":{"docs":{},"#":{"3":{"9":{"docs":{},";":{"docs":{},"和":{"docs":{},"&":{"docs":{},"#":{"3":{"9":{"docs":{},";":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},"&":{"docs":{},"#":{"3":{"9":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}},"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":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"常":{"docs":{},"见":{"docs":{},"的":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"_":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"笔":{"docs":{},"记":{"docs":{},"(":{"5":{"docs":{},")":{"docs":{},"]":{"docs":{},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},".":{"docs":{},"d":{"docs":{},"o":{"docs":{},"u":{"docs":{},"b":{"docs":{},"a":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"/":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"b":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"/":{"docs":{},"a":{"docs":{},"n":{"docs":{},"n":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"/":{"4":{"0":{"8":{"6":{"9":{"3":{"8":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"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":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},")":{"docs":{},"和":{"docs":{},"祖":{"docs":{},"先":{"docs":{},"链":{"docs":{},"(":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"语":{"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":{},"方":{"docs":{},"法":{"docs":{},"赋":{"docs":{},"予":{"docs":{},"别":{"docs":{},"名":{"docs":{},"(":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.03067484662576687},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.06134969325153374}},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"o":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"a":{"docs":{},"l":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"@":{"docs":{},"@":{"docs":{},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},":":{"docs":{},"@":{"docs":{},"@":{"docs":{},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},":":{"docs":{},"@":{"docs":{},"@":{"docs":{},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"p":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.014314928425357873}},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}},".":{"docs":{},"a":{"docs":{},"n":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"(":{"3":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"?":{"docs":{},"(":{"docs":{},":":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"o":{"docs":{},"_":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},":":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"o":{"docs":{},"_":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}},"\"":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}},":":{"0":{"docs":{},"x":{"2":{"docs":{},"e":{"docs":{},"f":{"8":{"0":{"3":{"8":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}},"docs":{}},"3":{"docs":{},"d":{"0":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}}},"docs":{}},"docs":{}}}},"docs":{}}},"docs":{}},"对":{"docs":{},"象":{"docs":{},"知":{"docs":{},"道":{"docs":{},"如":{"docs":{},"何":{"docs":{},"处":{"docs":{},"理":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"o":{"docs":{},"_":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}},"需":{"docs":{},"要":{"docs":{},"一":{"docs":{},"个":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}},"首":{"docs":{},"先":{"docs":{},"进":{"docs":{},"入":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"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":{},"法":{"docs":{},"。":{"docs":{},"这":{"docs":{},"种":{"docs":{},"行":{"docs":{},"为":{"docs":{},"也":{"docs":{},"被":{"docs":{},"称":{"docs":{},"作":{"docs":{},"“":{"docs":{},"向":{"docs":{},"右":{"docs":{},"一":{"docs":{},"步":{"docs":{},",":{"docs":{},"再":{"docs":{},"向":{"docs":{},"上":{"docs":{},"(":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045}}},"使":{"docs":{},"用":{"docs":{},"l":{"docs":{},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"-":{"docs":{},"u":{"docs":{},"p":{"docs":{},"机":{"docs":{},"制":{"docs":{},"找":{"docs":{},"寻":{"docs":{},"方":{"docs":{},"法":{"docs":{},"时":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"方":{"docs":{},"法":{"docs":{},"不":{"docs":{},"存":{"docs":{},"在":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"将":{"docs":{},"会":{"docs":{},"在":{"docs":{},"原":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"中":{"docs":{},"自":{"docs":{},"行":{"docs":{},"调":{"docs":{},"用":{"docs":{},"一":{"docs":{},"个":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"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":{},"组":{"docs":{},"的":{"docs":{},"形":{"docs":{},"式":{"docs":{},"传":{"docs":{},"递":{"docs":{},"调":{"docs":{},"用":{"docs":{},"时":{"docs":{},"的":{"docs":{},"参":{"docs":{},"数":{"docs":{},",":{"docs":{},"以":{"docs":{},"及":{"docs":{},"原":{"docs":{},"调":{"docs":{},"用":{"docs":{},"中":{"docs":{},"传":{"docs":{},"递":{"docs":{},"的":{"docs":{},"块":{"docs":{},"。":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"是":{"docs":{},"由":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"供":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"因":{"docs":{},"此":{"docs":{},"任":{"docs":{},"意":{"docs":{},"对":{"docs":{},"象":{"docs":{},"都":{"docs":{},"有":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{},"#":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"方":{"docs":{},"法":{"docs":{},"能":{"docs":{},"响":{"docs":{},"应":{"docs":{},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},"错":{"docs":{},"误":{"docs":{},"。":{"docs":{},"重":{"docs":{},"载":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"预":{"docs":{},"定":{"docs":{},"义":{"docs":{},"的":{"docs":{},"常":{"docs":{},"量":{"docs":{},":":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"_":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"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":{},"文":{"docs":{},"中":{"docs":{},"通":{"docs":{},"过":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"a":{"docs":{},"n":{"docs":{},"%":{"2":{"0":{"docs":{},"e":{"docs":{},"x":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{},"e":{"docs":{},"%":{"2":{"0":{"docs":{},"i":{"docs":{},"n":{"docs":{},"%":{"2":{"0":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"%":{"2":{"0":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"%":{"2":{"0":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}},"docs":{}},"docs":{}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}},"docs":{}},"docs":{}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"i":{"docs":{},"n":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"的":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}},"学":{"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":{},"比":{"docs":{},"并":{"docs":{},"返":{"docs":{},"回":{"docs":{},"对":{"docs":{},"应":{"docs":{},"的":{"docs":{},"值":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"课":{"docs":{},"程":{"docs":{},"已":{"docs":{},"经":{"docs":{},"开":{"docs":{},"办":{"8":{"docs":{},"周":{"docs":{},"了":{"docs":{},"。":{"docs":{},"每":{"docs":{},"周":{"docs":{},"我":{"docs":{},"们":{"docs":{},"都":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"满":{"docs":{},"分":{"1":{"0":{"docs":{},"分":{"docs":{},"的":{"docs":{},"测":{"docs":{},"验":{"docs":{},"。":{"8":{"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":{},"过":{"docs":{},"去":{"docs":{},"的":{"8":{"docs":{},"周":{"docs":{},"里":{"docs":{},",":{"docs":{},"他":{"docs":{},"的":{"docs":{},"得":{"docs":{},"分":{"docs":{},"情":{"docs":{},"况":{"docs":{},"为":{"docs":{},":":{"5":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"、":{"1":{"0":{"docs":{},"。":{"docs":{},"那":{"docs":{},"么":{"docs":{},",":{"docs":{},"他":{"docs":{},"的":{"docs":{},"得":{"docs":{},"分":{"docs":{},"百":{"docs":{},"分":{"docs":{},"比":{"docs":{},"为":{"9":{"3":{"docs":{},".":{"7":{"5":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"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":{},"不":{"docs":{},"止":{"docs":{},"如":{"docs":{},"此":{"docs":{},",":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{},"s":{"docs":{},"里":{"docs":{},"就":{"docs":{},"大":{"docs":{},"量":{"docs":{},"涉":{"docs":{},"及":{"docs":{},"了":{"docs":{},"这":{"docs":{},"种":{"docs":{},"技":{"docs":{},"术":{"docs":{},"。":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"仔":{"docs":{},"细":{"docs":{},"研":{"docs":{},"读":{"docs":{},"r":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}},"e":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"[":{"1":{"0":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}},"docs":{}},"docs":{},"x":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"程":{"docs":{},"序":{"docs":{},",":{"docs":{},"但":{"docs":{},"却":{"docs":{},"足":{"docs":{},"以":{"docs":{},"演":{"docs":{},"示":{"docs":{},"方":{"docs":{},"法":{"docs":{},"重":{"docs":{},"载":{"docs":{},"是":{"docs":{},"如":{"docs":{},"何":{"docs":{},"实":{"docs":{},"现":{"docs":{},"的":{"docs":{},"。":{"docs":{},"对":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"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":{},"于":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"和":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}}},"s":{"docs":{},"c":{"docs":{},"u":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"?":{"docs":{},"方":{"docs":{},"法":{"docs":{},"是":{"docs":{},"反":{"docs":{},"射":{"docs":{},"机":{"docs":{},"制":{"docs":{},"中":{"docs":{},"另":{"docs":{},"一":{"docs":{},"个":{"docs":{},"有":{"docs":{},"用":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"使":{"docs":{},"用":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"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":{},"。":{"docs":{},"所":{"docs":{},"有":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"都":{"docs":{},"有":{"docs":{},"此":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"使":{"docs":{},"用":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.010558069381598794}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}},"r":{"docs":{},"b":{"docs":{},":":{"2":{"1":{"docs":{},":":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"docs":{}},"3":{"0":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"docs":{}},"docs":{}}}}},"类":{"docs":{},"以":{"docs":{},"及":{"docs":{},"一":{"docs":{},"个":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"用":{"docs":{},"于":{"docs":{},"列":{"docs":{},"举":{"docs":{},"每":{"docs":{},"个":{"docs":{},"学":{"docs":{},"生":{"docs":{},"的":{"docs":{},"成":{"docs":{},"绩":{"docs":{},"。":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"代":{"docs":{},"表":{"docs":{},"了":{"docs":{},"学":{"docs":{},"生":{"docs":{},"在":{"docs":{},"课":{"docs":{},"程":{"docs":{},"的":{"8":{"docs":{},"次":{"docs":{},"竞":{"docs":{},"赛":{"docs":{},"中":{"docs":{},"获":{"docs":{},"得":{"docs":{},"的":{"docs":{},"成":{"docs":{},"绩":{"docs":{},"。":{"docs":{},"私":{"docs":{},"有":{"docs":{},"方":{"docs":{},"法":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"用":{"docs":{},"于":{"docs":{},"计":{"docs":{},"算":{"docs":{},"等":{"docs":{},"分":{"docs":{},"率":{"docs":{},"。":{"docs":{},"为":{"docs":{},"了":{"docs":{},"测":{"docs":{},"试":{"docs":{},"如":{"docs":{},"此":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"调":{"docs":{},"用":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"(":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.01809954751131222}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"5":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{},",":{"1":{"0":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.01809954751131222}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{},"*":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{},"t":{"docs":{},"o":{"docs":{},"s":{"docs":{},"h":{"docs":{},"i":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142}}}}}}},"y":{"docs":{},"_":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"r":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}},"e":{"docs":{},"p":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},")":{"docs":{},"内":{"docs":{},"使":{"docs":{},"用":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"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":{},"法":{"docs":{},"也":{"docs":{},"不":{"docs":{},"会":{"docs":{},"被":{"docs":{},"移":{"docs":{},"除":{"docs":{},"。":{"docs":{},"而":{"docs":{},"相":{"docs":{},"比":{"docs":{},"之":{"docs":{},"下":{"docs":{},",":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}}}}},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":10.015151515151516},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},".":{"docs":{},"s":{"docs":{},"i":{"docs":{},"z":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}},"w":{"docs":{},"h":{"docs":{},"o":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}}}}}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"*":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}},"所":{"docs":{},"属":{"docs":{},"的":{"docs":{},"类":{"docs":{},"中":{"docs":{},"查":{"docs":{},"找":{"docs":{},"d":{"docs":{},"o":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}},"指":{"docs":{},"向":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}},"被":{"docs":{},"认":{"docs":{},"为":{"docs":{},"是":{"docs":{},"默":{"docs":{},"认":{"docs":{},"的":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"你":{"docs":{},"如":{"docs":{},"果":{"docs":{},"没":{"docs":{},"有":{"docs":{},"明":{"docs":{},"确":{"docs":{},"指":{"docs":{},"出":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"系":{"docs":{},"统":{"docs":{},"将":{"docs":{},"把":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},"当":{"docs":{},"做":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"当":{"docs":{},"前":{"docs":{},"对":{"docs":{},"象":{"docs":{},")":{"docs":{},"中":{"docs":{},"查":{"docs":{},"找":{"docs":{},"的":{"docs":{},"。":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"说":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"我":{"docs":{},"使":{"docs":{},"用":{"docs":{},"@":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"就":{"docs":{},"会":{"docs":{},"在":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"一":{"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":{},"(":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"返":{"docs":{},"回":{"docs":{},"了":{"docs":{},"我":{"docs":{},"们":{"docs":{},"需":{"docs":{},"要":{"docs":{},"的":{"docs":{},"匿":{"docs":{},"名":{"docs":{},"类":{"docs":{},",":{"docs":{},"并":{"docs":{},"被":{"docs":{},"变":{"docs":{},"量":{"docs":{},"a":{"docs":{},"n":{"docs":{},"o":{"docs":{},"n":{"docs":{},"所":{"docs":{},"引":{"docs":{},"用":{"docs":{},"。":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"r":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{},"v":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"和":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4285714285714284}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"是":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"类":{"docs":{},"的":{"docs":{},"实":{"docs":{},"例":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"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":{},"符":{"docs":{},"串":{"docs":{},"(":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"或":{"docs":{},"者":{"docs":{},"符":{"docs":{},"号":{"docs":{},"(":{"docs":{},"s":{"docs":{},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"!":{"docs":{},"\"":{"docs":{},".":{"docs":{},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}},"t":{"docs":{},"e":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}},"贡":{"docs":{},"献":{"docs":{},"的":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"层":{"docs":{},"次":{"docs":{},"关":{"docs":{},"系":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.045454545454545456},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}},"尝":{"docs":{},"试":{"docs":{},"在":{"docs":{},"匿":{"docs":{},"名":{"docs":{},"类":{"docs":{},"中":{"docs":{},"调":{"docs":{},"用":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"类":{"docs":{},"中":{"docs":{},"的":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"但":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"是":{"docs":{},"在":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"类":{"docs":{},"中":{"docs":{},"直":{"docs":{},"接":{"docs":{},"定":{"docs":{},"义":{"docs":{},"的":{"docs":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"说":{"docs":{},"过":{"docs":{},",":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"是":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"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":{},"t":{"docs":{},"o":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"放":{"docs":{},"到":{"docs":{},"这":{"docs":{},"个":{"docs":{},"匿":{"docs":{},"名":{"docs":{},"类":{"docs":{},"中":{"docs":{},"。":{"docs":{},"同":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"的":{"docs":{},"匿":{"docs":{},"名":{"docs":{},"类":{"docs":{},"应":{"docs":{},"该":{"docs":{},"是":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"c":{"docs":{},"h":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.01809954751131222}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}},"e":{"docs":{},"d":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{"index.html#gitbook_4":{"ref":"index.html#gitbook_4","tf":0.07142857142857142},"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}}}}},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}},"r":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}}},"p":{"docs":{},")":{"docs":{},"”":{"docs":{},"规":{"docs":{},"则":{"docs":{},":":{"docs":{},"向":{"docs":{},"右":{"docs":{},"一":{"docs":{},"步":{"docs":{},",":{"docs":{},"进":{"docs":{},"入":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"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":{},":":{"docs":{},"如":{"docs":{},"果":{"docs":{},"遍":{"docs":{},"历":{"docs":{},"完":{"docs":{},"祖":{"docs":{},"先":{"docs":{},"链":{"docs":{},"也":{"docs":{},"没":{"docs":{},"有":{"docs":{},"找":{"docs":{},"到":{"docs":{},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"话":{"docs":{},",":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"_":{"docs":{},"m":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"如":{"docs":{},"果":{"docs":{},"这":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"没":{"docs":{},"有":{"docs":{},"被":{"docs":{},"定":{"docs":{},"义":{"docs":{},",":{"docs":{},"则":{"docs":{},"抛":{"docs":{},"出":{"docs":{},"n":{"docs":{},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{},")":{"docs":{},"当":{"docs":{},"你":{"docs":{},"在":{"docs":{},"一":{"docs":{},"个":{"docs":{},"类":{"docs":{},"中":{"docs":{},"包":{"docs":{},"含":{"docs":{},"一":{"docs":{},"个":{"docs":{},"模":{"docs":{},"块":{"docs":{},"时":{"docs":{},",":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"a":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.010224948875255624},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"e":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374}}}}},"k":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}},"c":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.06060606060606061}},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"e":{"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":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"惯":{"docs":{},"用":{"docs":{},"法":{"docs":{},"可":{"docs":{},"以":{"docs":{},"处":{"docs":{},"理":{"docs":{},"这":{"docs":{},"些":{"docs":{},"问":{"docs":{},"题":{"docs":{},",":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.014314928425357873}}},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.021116138763197588}}}}}},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},".":{"docs":{},"g":{"docs":{},"o":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"j":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}},"s":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.0736196319018405},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.09090909090909091},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.05521472392638037},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.03167420814479638},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4285714285714284}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"m":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4285714285714284}}}}}}}}}}}}}}}}}}}}}}}},"将":{"docs":{},"会":{"docs":{},"定":{"docs":{},"义":{"docs":{},"实":{"docs":{},"例":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"而":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"此":{"docs":{},"时":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"并":{"docs":{},"且":{"docs":{},",":{"docs":{},"我":{"docs":{},"们":{"docs":{},"应":{"docs":{},"该":{"docs":{},"建":{"docs":{},"立":{"docs":{},"一":{"docs":{},"个":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"使":{"docs":{},"得":{"docs":{},"我":{"docs":{},"们":{"docs":{},"能":{"docs":{},"够":{"docs":{},"将":{"docs":{},"其":{"docs":{},"输":{"docs":{},"出":{"docs":{},",":{"docs":{},"记":{"docs":{},"得":{"docs":{},"使":{"docs":{},"用":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"a":{"docs":{},"s":{"docs":{},"关":{"docs":{},"键":{"docs":{},"字":{"docs":{},"将":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},"方":{"docs":{},"法":{"docs":{},"作":{"docs":{},"为":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"同":{"docs":{},"义":{"docs":{},"词":{"docs":{},"。":{"docs":{},"修":{"docs":{},"改":{"docs":{},"后":{"docs":{},"的":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}},"e":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"方":{"docs":{},"法":{"docs":{},"和":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"方":{"docs":{},"法":{"docs":{},"都":{"docs":{},"可":{"docs":{},"以":{"docs":{},"被":{"docs":{},"使":{"docs":{},"用":{"docs":{},"。":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"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":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4285714285714284}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},",":{"docs":{},"你":{"docs":{},"可":{"docs":{},"以":{"docs":{},"使":{"docs":{},"用":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"他":{"docs":{},"返":{"docs":{},"回":{"docs":{},"一":{"docs":{},"个":{"docs":{},"数":{"docs":{},"组":{"docs":{},"(":{"docs":{},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},")":{"docs":{},",":{"docs":{},"以":{"docs":{},"符":{"docs":{},"号":{"docs":{},"(":{"docs":{},"s":{"docs":{},"y":{"docs":{},"m":{"docs":{},"b":{"docs":{},"o":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}},"(":{"docs":{},"k":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},")":{"docs":{},"以":{"docs":{},"给":{"docs":{},"定":{"docs":{},"的":{"docs":{},"k":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"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":{},"法":{"docs":{},"。":{"docs":{},"而":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"定":{"docs":{},"义":{"docs":{},"了":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"所":{"docs":{},"代":{"docs":{},"表":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"(":{"docs":{},"也":{"docs":{},"就":{"docs":{},"是":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"_":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"和":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},",":{"docs":{},"另":{"docs":{},"一":{"docs":{},"部":{"docs":{},"分":{"docs":{},"人":{"docs":{},"叫":{"docs":{},"它":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{},"意":{"docs":{},"思":{"docs":{},"是":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"”":{"docs":{},"。":{"docs":{},"而":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},"名":{"docs":{},"字":{"docs":{},",":{"docs":{},"则":{"docs":{},"取":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"比":{"docs":{},"较":{"docs":{},"科":{"docs":{},"学":{"docs":{},"严":{"docs":{},"肃":{"docs":{},"的":{"docs":{},"名":{"docs":{},"字":{"docs":{},"叫":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"但":{"docs":{},"是":{"docs":{},"这":{"docs":{},"些":{"docs":{},"名":{"docs":{},"字":{"docs":{},"都":{"docs":{},"不":{"docs":{},"足":{"docs":{},"以":{"docs":{},"描":{"docs":{},"述":{"docs":{},"它":{"docs":{},"。":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"之":{"docs":{},"父":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"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":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},",":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"这":{"docs":{},"个":{"docs":{},"词":{"docs":{},"来":{"docs":{},"自":{"docs":{},"于":{"docs":{},"德":{"docs":{},"语":{"docs":{},",":{"docs":{},"意":{"docs":{},"思":{"docs":{},"是":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"’":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"类":{"docs":{},"即":{"docs":{},"是":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}},")":{"docs":{},"也":{"docs":{},"被":{"docs":{},"称":{"docs":{},"作":{"docs":{},"单":{"docs":{},"例":{"docs":{},"类":{"docs":{},"(":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}},",":{"docs":{},"元":{"docs":{},"类":{"docs":{},"(":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},"或":{"docs":{},"者":{"docs":{},"u":{"docs":{},"n":{"docs":{},"i":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}},"特":{"docs":{},"征":{"docs":{},"类":{"docs":{},"(":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},")":{"docs":{},",":{"docs":{},"鬼":{"docs":{},"魂":{"docs":{},"类":{"docs":{},"(":{"docs":{},"g":{"docs":{},"h":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"l":{"docs":{},"i":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}},"语":{"docs":{},"言":{"docs":{},"的":{"docs":{},"宏":{"docs":{},"到":{"docs":{},"复":{"docs":{},"杂":{"docs":{},"的":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"的":{"docs":{},"宏":{"docs":{},"系":{"docs":{},"统":{"docs":{},",":{"docs":{},"甚":{"docs":{},"至":{"docs":{},"c":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}},"r":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},"和":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"用":{"docs":{},"于":{"docs":{},"操":{"docs":{},"作":{"docs":{},"常":{"docs":{},"量":{"docs":{},"。":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":1.4326614081215305}}}}}}}},"f":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"有":{"docs":{},"共":{"docs":{},"通":{"docs":{},"之":{"docs":{},"处":{"docs":{},",":{"docs":{},"但":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"t":{"docs":{},"i":{"docs":{},"n":{"docs":{},"u":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"主":{"docs":{},"要":{"docs":{},"用":{"docs":{},"于":{"docs":{},"实":{"docs":{},"际":{"docs":{},"堆":{"docs":{},"、":{"docs":{},"栈":{"docs":{},"内":{"docs":{},"存":{"docs":{},"的":{"docs":{},"环":{"docs":{},"境":{"docs":{},"跳":{"docs":{},"转":{"docs":{},",":{"docs":{},"而":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}},"e":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.010224948875255624},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"y":{"docs":{},"=":{"docs":{},"\"":{"docs":{},"j":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"l":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"b":{"docs":{},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}}}}}}}},"'":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}},"h":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{},")":{"docs":{},"。":{"docs":{},"接":{"docs":{},"受":{"docs":{},"者":{"docs":{},"就":{"docs":{},"是":{"docs":{},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"调":{"docs":{},"用":{"docs":{},"者":{"docs":{},"。":{"docs":{},"例":{"docs":{},"如":{"docs":{},",":{"docs":{},"对":{"docs":{},"调":{"docs":{},"用":{"docs":{},"a":{"docs":{},"n":{"docs":{},"_":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{},"(":{"docs":{},")":{"docs":{},"来":{"docs":{},"说":{"docs":{},",":{"docs":{},"a":{"docs":{},"n":{"docs":{},"_":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"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":{},"个":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"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":{},"父":{"docs":{},"类":{"docs":{},",":{"docs":{},"直":{"docs":{},"到":{"docs":{},"到":{"docs":{},"达":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"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":{},"达":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"类":{"docs":{},"(":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"s":{"docs":{},"输":{"docs":{},"出":{"docs":{},"的":{"docs":{},"是":{"docs":{},"在":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"类":{"docs":{},"中":{"docs":{},"定":{"docs":{},"义":{"docs":{},"的":{"docs":{},"类":{"docs":{},"变":{"docs":{},"量":{"docs":{},"(":{"docs":{},"@":{"docs":{},"@":{"docs":{},"c":{"docs":{},"i":{"docs":{},"t":{"docs":{},"y":{"docs":{},")":{"docs":{},"。":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"类":{"docs":{},"没":{"docs":{},"有":{"docs":{},"从":{"docs":{},"父":{"docs":{},"类":{"docs":{},"中":{"docs":{},"继":{"docs":{},"承":{"docs":{},"类":{"docs":{},"变":{"docs":{},"量":{"docs":{},"(":{"docs":{},"@":{"docs":{},"@":{"docs":{},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"a":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"g":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},":":{"docs":{},":":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"4":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}}}}}}}}}}}},"[":{"docs":{},"\"":{"docs":{},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{},"]":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.1}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"s":{"docs":{},"v":{"docs":{},"(":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"a":{"docs":{},"-":{"docs":{},"s":{"docs":{},"e":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}},"f":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.04294478527607362},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.045454545454545456},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.028629856850715747},"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.03619909502262444}},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374}},"(":{"docs":{},":":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}}}}},"即":{"docs":{},"时":{"docs":{},"地":{"docs":{},"创":{"docs":{},"建":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"方":{"docs":{},"法":{"docs":{},"。":{"docs":{},"问":{"docs":{},"题":{"docs":{},"是":{"docs":{},",":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"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":{},"用":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"来":{"docs":{},"获":{"docs":{},"得":{"docs":{},"对":{"docs":{},"象":{"docs":{},"所":{"docs":{},"属":{"docs":{},"的":{"docs":{},"类":{"docs":{},",":{"docs":{},"然":{"docs":{},"后":{"docs":{},"对":{"docs":{},"类":{"docs":{},"使":{"docs":{},"用":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"和":{"docs":{},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"方":{"docs":{},"法":{"docs":{},"在":{"docs":{},"该":{"docs":{},"类":{"docs":{},"中":{"docs":{},"添":{"docs":{},"加":{"docs":{},"一":{"docs":{},"个":{"docs":{},"实":{"docs":{},"例":{"docs":{},"方":{"docs":{},"法":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"a":{"docs":{},"t":{"docs":{},"h":{"docs":{},"k":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}},"a":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}},"e":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.047619047619047616}}}},"t":{"docs":{},"a":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.012066365007541479}},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"o":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.00904977375565611}}}}}},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.013574660633484163}},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.010558069381598794}},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"也":{"docs":{},"无":{"docs":{},"需":{"docs":{},"改":{"docs":{},"变":{"docs":{},"!":{"docs":{},"这":{"docs":{},"便":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}},"文":{"docs":{},"件":{"docs":{},",":{"docs":{},"并":{"docs":{},"建":{"docs":{},"立":{"docs":{},"一":{"docs":{},"个":{"docs":{},"类":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"会":{"docs":{},"调":{"docs":{},"用":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"类":{"docs":{},"并":{"docs":{},"定":{"docs":{},"义":{"docs":{},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"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":{},"个":{"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":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}}}}}}}}}},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"a":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"o":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}},"e":{"docs":{},"s":{"docs":{},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},"功":{"docs":{},"能":{"docs":{},",":{"docs":{},"对":{"docs":{},"生":{"docs":{},"成":{"docs":{},"出":{"docs":{},"来":{"docs":{},"的":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"(":{"docs":{},"除":{"docs":{},"了":{"docs":{},"在":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"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":{},"有":{"docs":{},"趣":{"docs":{},"的":{"docs":{},"程":{"docs":{},"序":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"n":{"docs":{},"e":{"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":{},"要":{"docs":{},"证":{"docs":{},"明":{"docs":{},"你":{"docs":{},"精":{"docs":{},"通":{"docs":{},"某":{"docs":{},"一":{"docs":{},"门":{"docs":{},"语":{"docs":{},"言":{"docs":{},",":{"docs":{},"为":{"docs":{},"它":{"docs":{},"写":{"docs":{},"一":{"docs":{},"个":{"docs":{},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"\"":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}},"[":{"docs":{},"#":{"docs":{},"{":{"docs":{},"l":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"p":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"'":{"docs":{},"p":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}},"就":{"docs":{},"尽":{"docs":{},"量":{"docs":{},"避":{"docs":{},"免":{"docs":{},",":{"docs":{},"因":{"docs":{},"为":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}},"方":{"docs":{},"法":{"docs":{},"的":{"docs":{},"安":{"docs":{},"全":{"docs":{},"性":{"docs":{},"漏":{"docs":{},"洞":{"docs":{},",":{"docs":{},"d":{"docs":{},"a":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"这":{"docs":{},"个":{"docs":{},"名":{"docs":{},"字":{"docs":{},"的":{"docs":{},"由":{"docs":{},"来":{"docs":{},":":{"docs":{},"大":{"docs":{},"多":{"docs":{},"数":{"docs":{},"人":{"docs":{},"叫":{"docs":{},"它":{"docs":{},"s":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"”":{"docs":{},"本":{"docs":{},"意":{"docs":{},"为":{"docs":{},"“":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"”":{"docs":{},"。":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"d":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.10429447852760736},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.09090909090909091},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.09202453987730061},"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.06666666666666667},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.09351432880844646}}}},"x":{"docs":{},"e":{"docs":{},"c":{"docs":{},"u":{"docs":{},"t":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}},"r":{"docs":{},"c":{"docs":{},"i":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}}},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"p":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}},"f":{"docs":{},"r":{"docs":{},"e":{"docs":{},"e":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}},"o":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}},"r":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"o":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152},"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.1111111111111111}},"返":{"docs":{},"回":{"docs":{},"的":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"获":{"docs":{},"取":{"docs":{},"到":{"docs":{},"了":{"docs":{},"局":{"docs":{},"部":{"docs":{},"上":{"docs":{},"下":{"docs":{},"文":{"docs":{},"销":{"docs":{},"毁":{"docs":{},"前":{"docs":{},"的":{"docs":{},"局":{"docs":{},"部":{"docs":{},"变":{"docs":{},"量":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"的":{"docs":{},"值":{"docs":{},",":{"docs":{},"而":{"docs":{},"在":{"docs":{},"不":{"docs":{},"使":{"docs":{},"用":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"的":{"docs":{},"情":{"docs":{},"况":{"docs":{},"下":{"docs":{},",":{"docs":{},"局":{"docs":{},"部":{"docs":{},"变":{"docs":{},"量":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{},"在":{"docs":{},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"l":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}},"a":{"docs":{},"m":{"docs":{},"o":{"docs":{},"u":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}},"b":{"docs":{},"i":{"docs":{},"o":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"e":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}},"l":{"docs":{},"e":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"(":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{},"s":{"docs":{},".":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"+":{"docs":{},"\"":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"t":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},":":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"o":{"docs":{},"n":{"docs":{},"的":{"docs":{},"文":{"docs":{},"章":{"docs":{},"[":{"docs":{},"a":{"docs":{},"n":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"a":{"docs":{},"g":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}},"e":{"docs":{},"x":{"docs":{},"和":{"docs":{},"y":{"docs":{},"a":{"docs":{},"c":{"docs":{},"c":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}},"n":{"docs":{},"g":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"、":{"docs":{},"p":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"以":{"docs":{},"及":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"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":{},"“":{"docs":{},"生":{"docs":{},"成":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"”":{"docs":{},"这":{"docs":{},"一":{"docs":{},"层":{"docs":{},"。":{"docs":{},"当":{"docs":{},"然":{"docs":{},"对":{"docs":{},"源":{"docs":{},"代":{"docs":{},"码":{"docs":{},"进":{"docs":{},"行":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"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":{},"不":{"docs":{},"是":{"docs":{},"特":{"docs":{},"别":{"docs":{},"流":{"docs":{},"行":{"docs":{},"。":{"docs":{},"这":{"docs":{},"里":{"docs":{},"主":{"docs":{},"要":{"docs":{},"介":{"docs":{},"绍":{"docs":{},"的":{"docs":{},"是":{"docs":{},"这":{"docs":{},"种":{"docs":{},"方":{"docs":{},"式":{"docs":{},"的":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"在":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"。":{"docs":{},"j":{"docs":{},"o":{"docs":{},"h":{"docs":{},"n":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}},"社":{"docs":{},"团":{"docs":{},"位":{"docs":{},"于":{"docs":{},"现":{"docs":{},"在":{"docs":{},"称":{"docs":{},"之":{"docs":{},"为":{"docs":{},"“":{"docs":{},"反":{"docs":{},"射":{"docs":{},"编":{"docs":{},"程":{"docs":{},"”":{"docs":{},"(":{"docs":{},"r":{"docs":{},"e":{"docs":{},"f":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}},"通":{"docs":{},"过":{"docs":{},"既":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"于":{"docs":{},"代":{"docs":{},"码":{"docs":{},"也":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"于":{"docs":{},"数":{"docs":{},"据":{"docs":{},"的":{"docs":{},"s":{"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":{},"程":{"docs":{},"。":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"的":{"docs":{},"元":{"docs":{},"编":{"docs":{},"程":{"docs":{},"大":{"docs":{},"量":{"docs":{},"的":{"docs":{},"使":{"docs":{},"用":{"docs":{},"了":{"docs":{},"宏":{"docs":{},",":{"docs":{},"宏":{"docs":{},"的":{"docs":{},"本":{"docs":{},"质":{"docs":{},"是":{"docs":{},"代":{"docs":{},"码":{"docs":{},"模":{"docs":{},"板":{"docs":{},"。":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"p":{"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":{},"据":{"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":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"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":{},"行":{"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":{},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}},"n":{"docs":{},"e":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},".":{"docs":{},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{},"u":{"docs":{},"p":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},"文":{"docs":{},"件":{"docs":{},"完":{"docs":{},"全":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"文":{"docs":{},"件":{"docs":{},"。":{"docs":{},"针":{"docs":{},"对":{"docs":{},"于":{"docs":{},"t":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.02044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223},"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749},"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848},"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}},"’":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"类":{"docs":{},"(":{"docs":{},"都":{"docs":{},"是":{"docs":{},"从":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"类":{"docs":{},"直":{"docs":{},"接":{"docs":{},"或":{"docs":{},"间":{"docs":{},"接":{"docs":{},"继":{"docs":{},"承":{"docs":{},"而":{"docs":{},"来":{"docs":{},")":{"docs":{},",":{"docs":{},"而":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"类":{"docs":{},"又":{"docs":{},"继":{"docs":{},"承":{"docs":{},"自":{"docs":{},"b":{"docs":{},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"类":{"docs":{},",":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"为":{"docs":{},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}},".":{"docs":{},"b":{"docs":{},"a":{"docs":{},"r":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}},"d":{"docs":{},"o":{"docs":{},"_":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"(":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}}}}}}}}}},"f":{"docs":{},"o":{"docs":{},"o":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"v":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"g":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},":":{"docs":{},"@":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}}},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{},"(":{"docs":{},":":{"docs":{},"@":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"d":{"docs":{},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"?":{"docs":{},"(":{"docs":{},":":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},":":{"docs":{},"s":{"docs":{},"a":{"docs":{},"y":{"docs":{},"_":{"docs":{},"h":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}},"w":{"docs":{},"h":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"(":{"docs":{},"'":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},")":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"编":{"docs":{},"写":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"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":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"u":{"docs":{},"l":{"docs":{},"e":{"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":{},"者":{"docs":{},"左":{"docs":{},"上":{"docs":{},"点":{"docs":{},"坐":{"docs":{},"标":{"docs":{},"及":{"docs":{},"矩":{"docs":{},"形":{"docs":{},"的":{"docs":{},"宽":{"docs":{},"度":{"docs":{},"、":{"docs":{},"高":{"docs":{},"度":{"docs":{},"。":{"docs":{},"虽":{"docs":{},"然":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"中":{"docs":{},"每":{"docs":{},"个":{"docs":{},"类":{"docs":{},"只":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"但":{"docs":{},"这":{"docs":{},"种":{"docs":{},"做":{"docs":{},"法":{"docs":{},"允":{"docs":{},"许":{"docs":{},"你":{"docs":{},"的":{"docs":{},"一":{"docs":{},"个":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"就":{"docs":{},"像":{"docs":{},"两":{"docs":{},"个":{"docs":{},"不":{"docs":{},"同":{"docs":{},"的":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"w":{"docs":{},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}}}}}}}},"w":{"docs":{},"n":{"docs":{},"。":{"docs":{},"所":{"docs":{},"以":{"docs":{},",":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"e":{"docs":{},"n":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"就":{"docs":{},"被":{"docs":{},"翻":{"docs":{},"译":{"docs":{},"为":{"docs":{},"“":{"docs":{},"a":{"docs":{},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{},":":{"docs":{},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"e":{"docs":{},".":{"docs":{},"b":{"docs":{},"u":{"docs":{},"i":{"docs":{},"l":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"s":{"docs":{},"k":{"docs":{},"y":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"t":{"docs":{},"/":{"2":{"0":{"0":{"9":{"docs":{},"/":{"0":{"8":{"docs":{},"/":{"2":{"5":{"docs":{},"/":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"s":{"docs":{},"-":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"-":{"docs":{},"t":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"b":{"docs":{},"o":{"docs":{},"x":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}}},"docs":{}},"docs":{}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"k":{"docs":{},"y":{"docs":{},"o":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}},"_":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}},"(":{"docs":{},"*":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.010558069381598794}}}}}}}},")":{"docs":{},".":{"docs":{},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}},"方":{"docs":{},"法":{"docs":{},"四":{"docs":{},"次":{"docs":{},",":{"docs":{},"这":{"docs":{},"也":{"docs":{},"意":{"docs":{},"味":{"docs":{},"着":{"docs":{},"我":{"docs":{},"们":{"docs":{},"调":{"docs":{},"用":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"方":{"docs":{},"法":{"docs":{},"四":{"docs":{},"次":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"要":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"减":{"docs":{},"少":{"docs":{},"调":{"docs":{},"用":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"k":{"docs":{},"e":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}},"i":{"docs":{},"p":{"docs":{},"e":{"docs":{},"i":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}},"s":{"docs":{},"t":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{},"w":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"r":{"docs":{},"b":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}},"。":{"docs":{},"尝":{"docs":{},"试":{"docs":{},"着":{"docs":{},"读":{"docs":{},"取":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}},"h":{"docs":{},"o":{"docs":{},"m":{"docs":{},"a":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.047619047619047616}},"s":{"docs":{},"在":{"docs":{},"他":{"docs":{},"的":{"docs":{},"著":{"docs":{},"作":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}},",":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}},"的":{"docs":{},"屏":{"docs":{},"播":{"docs":{},"e":{"docs":{},"p":{"docs":{},"i":{"docs":{},"s":{"docs":{},"o":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"w":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}},"i":{"docs":{},"d":{"docs":{},",":{"docs":{},"u":{"docs":{},"r":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}},"x":{"docs":{},"t":{"docs":{},"\"":{"docs":{},")":{"docs":{},".":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.006033182503770739}}}}}}}}}}}}},"v":{"docs":{},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{},"e":{"docs":{},"s":{"docs":{},"在":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"chapter01.html#gitbook_5":{"ref":"chapter01.html#gitbook_5","tf":0.022222222222222223}}}}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374},"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}},"l":{"docs":{},"u":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.007541478129713424}},"e":{"docs":{},"s":{"docs":{},"[":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}},"b":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.07575757575757576}},"a":{"docs":{},"s":{"docs":{},"i":{"docs":{},"c":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}}}}}}}}}},"r":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.06060606060606061},"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.1111111111111111}}},"c":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"d":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"z":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{},"对":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"a":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"g":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045}}}}}},"u":{"docs":{},"g":{"docs":{},",":{"docs":{},"比":{"docs":{},"如":{"docs":{},",":{"docs":{},"你":{"docs":{},"定":{"docs":{},"义":{"docs":{},"了":{"docs":{},"自":{"docs":{},"己":{"docs":{},"的":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{},"i":{"docs":{},"z":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},"方":{"docs":{},"法":{"docs":{},"并":{"docs":{},"且":{"docs":{},"漫":{"docs":{},"不":{"docs":{},"经":{"docs":{},"心":{"docs":{},"的":{"docs":{},"覆":{"docs":{},"盖":{"docs":{},"了":{"docs":{},"原":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"类":{"docs":{},"中":{"docs":{},"的":{"docs":{},"c":{"docs":{},"a":{"docs":{},"p":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"'":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.015151515151515152}}},"e":{"docs":{},"g":{"docs":{},"i":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"对":{"docs":{},"象":{"docs":{},"有":{"docs":{},"什":{"docs":{},"么":{"docs":{},"用":{"docs":{},"?":{"docs":{},"主":{"docs":{},"要":{"docs":{},"是":{"docs":{},"用":{"docs":{},"于":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"这":{"docs":{},"个":{"docs":{},"函":{"docs":{},"数":{"docs":{},"。":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"的":{"docs":{},"第":{"docs":{},"一":{"docs":{},"个":{"docs":{},"参":{"docs":{},"数":{"docs":{},"是":{"docs":{},"需":{"docs":{},"要":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"的":{"docs":{},"一":{"docs":{},"段":{"docs":{},"脚":{"docs":{},"本":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},",":{"docs":{},"而":{"docs":{},"第":{"docs":{},"二":{"docs":{},"个":{"docs":{},"可":{"docs":{},"选":{"docs":{},"参":{"docs":{},"数":{"docs":{},"则":{"docs":{},"接":{"docs":{},"受":{"docs":{},"一":{"docs":{},"个":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"对":{"docs":{},"象":{"docs":{},"。":{"docs":{},"当":{"docs":{},"指":{"docs":{},"定":{"docs":{},"了":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"时":{"docs":{},",":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"会":{"docs":{},"在":{"docs":{},"传":{"docs":{},"递":{"docs":{},"给":{"docs":{},"它":{"docs":{},"的":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},")":{"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":{},"写":{"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":{},"名":{"docs":{},"来":{"docs":{},"引":{"docs":{},"用":{"docs":{},"并":{"docs":{},"调":{"docs":{},"用":{"docs":{},"该":{"docs":{},"函":{"docs":{},"数":{"docs":{},",":{"docs":{},"这":{"docs":{},"被":{"docs":{},"称":{"docs":{},"为":{"docs":{},"名":{"docs":{},"称":{"docs":{},"绑":{"docs":{},"定":{"docs":{},";":{"docs":{},"又":{"docs":{},"如":{"docs":{},"当":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"通":{"docs":{},"过":{"docs":{},"a":{"docs":{},"p":{"docs":{},"i":{"docs":{},"去":{"docs":{},"调":{"docs":{},"用":{"docs":{},"了":{"docs":{},"c":{"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":{},"方":{"docs":{},"法":{"docs":{},"调":{"docs":{},"度":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},".":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},",":{"docs":{},"这":{"docs":{},"也":{"docs":{},"是":{"docs":{},"一":{"docs":{},"个":{"docs":{},"名":{"docs":{},"称":{"docs":{},"绑":{"docs":{},"定":{"docs":{},",":{"docs":{},"它":{"docs":{},"会":{"docs":{},"根":{"docs":{},"据":{"docs":{},"接":{"docs":{},"收":{"docs":{},"者":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"具":{"docs":{},"体":{"docs":{},"的":{"docs":{},"对":{"docs":{},"象":{"docs":{},"类":{"docs":{},"型":{"docs":{},"来":{"docs":{},"确":{"docs":{},"定":{"docs":{},"应":{"docs":{},"该":{"docs":{},"引":{"docs":{},"用":{"docs":{},"哪":{"docs":{},"个":{"docs":{},"对":{"docs":{},"象":{"docs":{},"类":{"docs":{},"型":{"docs":{},"的":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"而":{"docs":{},"如":{"docs":{},"果":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"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":{},"态":{"docs":{},"类":{"docs":{},"型":{"docs":{},"语":{"docs":{},"言":{"docs":{},"(":{"docs":{},"如":{"docs":{},"c":{"docs":{},")":{"docs":{},"使":{"docs":{},"用":{"docs":{},"的":{"docs":{},"是":{"docs":{},"早":{"docs":{},"绑":{"docs":{},"定":{"docs":{},";":{"docs":{},"如":{"docs":{},"果":{"docs":{},"o":{"docs":{},"b":{"docs":{},"j":{"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":{},"言":{"docs":{},"(":{"docs":{},"如":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"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":{},"c":{"docs":{"chapter05.html#gitbook_9":{"ref":"chapter05.html#gitbook_9","tf":0.05555555555555555}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"r":{"docs":{},"a":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}}},"g":{"docs":{},"e":{"docs":{},"e":{"docs":{},"k":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.03680981595092025},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.024539877300613498}},"=":{"docs":{},"\"":{"docs":{},"m":{"docs":{},"a":{"docs":{},"t":{"docs":{},"z":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}},"o":{"docs":{"chapter03.html#gitbook_7":{"ref":"chapter03.html#gitbook_7","tf":0.030303030303030304},"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.0081799591002045}},"(":{"docs":{},"$":{"1":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}},"docs":{}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}},"_":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"h":{"docs":{},"i":{"docs":{},"l":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}},"a":{"docs":{},"n":{"docs":{},"d":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}},"l":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}},"s":{"docs":{},"h":{"docs":{},"类":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"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":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"_":{"docs":{},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{},"?":{"docs":{},"返":{"docs":{},"回":{"docs":{},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"我":{"docs":{},"们":{"docs":{},"就":{"docs":{},"直":{"docs":{},"接":{"docs":{},"使":{"docs":{},"用":{"docs":{},"@":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{},"中":{"docs":{},"存":{"docs":{},"放":{"docs":{},"的":{"docs":{},"值":{"docs":{},",":{"docs":{},"否":{"docs":{},"则":{"docs":{},"我":{"docs":{},"们":{"docs":{},"将":{"docs":{},"调":{"docs":{},"用":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"e":{"docs":{},"_":{"docs":{},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{},"c":{"docs":{},"u":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"(":{"docs":{},"*":{"docs":{},"s":{"docs":{},"c":{"docs":{},"o":{"docs":{},"r":{"docs":{},"e":{"docs":{},"s":{"docs":{},")":{"docs":{},"重":{"docs":{},"新":{"docs":{},"计":{"docs":{},"算":{"docs":{},"改":{"docs":{},"值":{"docs":{},"并":{"docs":{},"存":{"docs":{},"放":{"docs":{},"在":{"docs":{},"@":{"docs":{},"m":{"docs":{},"e":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.026584867075664622}}}}},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.010558069381598794}},".":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"w":{"docs":{"chapter08.html#gitbook_12":{"ref":"chapter08.html#gitbook_12","tf":0.023809523809523808}}}}},"k":{"docs":{},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{},"e":{"docs":{},"l":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}},"模":{"docs":{},"块":{"docs":{},"提":{"docs":{},"供":{"docs":{},"了":{"docs":{},"一":{"docs":{},"个":{"docs":{},"叫":{"docs":{},"做":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"的":{"docs":{},"方":{"docs":{},"法":{"docs":{},",":{"docs":{},"该":{"docs":{},"方":{"docs":{},"法":{"docs":{},"用":{"docs":{},"于":{"docs":{},"执":{"docs":{},"行":{"docs":{},"一":{"docs":{},"个":{"docs":{},"用":{"docs":{},"字":{"docs":{},"符":{"docs":{},"串":{"docs":{},"表":{"docs":{},"示":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},"。":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"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":{},"行":{"docs":{},"成":{"docs":{},"为":{"docs":{},"了":{"docs":{},"可":{"docs":{},"能":{"docs":{},"。":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"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":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"方":{"docs":{},"法":{"docs":{},"会":{"docs":{},"变":{"docs":{},"得":{"docs":{},"十":{"docs":{},"分":{"docs":{},"危":{"docs":{},"险":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},"通":{"docs":{},"过":{"docs":{},"e":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"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":{},"任":{"docs":{},"意":{"docs":{},"的":{"docs":{},"代":{"docs":{},"码":{"docs":{},",":{"docs":{},"并":{"docs":{},"且":{"docs":{},"你":{"docs":{},"的":{"docs":{},"程":{"docs":{},"序":{"docs":{},"将":{"docs":{},"会":{"docs":{},"执":{"docs":{},"行":{"docs":{},"它":{"docs":{},"。":{"docs":{},"现":{"docs":{},"在":{"docs":{},",":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.015082956259426848}},".":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{},"_":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.004524886877828055}}}}}}},"指":{"docs":{},"代":{"docs":{},"的":{"docs":{},"是":{"docs":{},"我":{"docs":{},"们":{"docs":{},"新":{"docs":{},"建":{"docs":{},"的":{"docs":{},"类":{"docs":{},"。":{"docs":{},"如":{"docs":{},"果":{"docs":{},"f":{"docs":{},"i":{"docs":{},"l":{"docs":{},"e":{"docs":{},"_":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"参":{"docs":{},"数":{"docs":{},"所":{"docs":{},"指":{"docs":{},"向":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"为":{"docs":{},"“":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"t":{"docs":{},"x":{"docs":{},"t":{"docs":{},"”":{"docs":{},",":{"docs":{},"那":{"docs":{},"么":{"docs":{},"新":{"docs":{},"建":{"docs":{},"立":{"docs":{},"得":{"docs":{},"类":{"docs":{},"名":{"docs":{},"会":{"docs":{},"被":{"docs":{},"命":{"docs":{},"名":{"docs":{},"为":{"docs":{},"l":{"docs":{},"o":{"docs":{},"c":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"n":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.01809954751131222}},".":{"docs":{},"a":{"docs":{},"n":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}},".":{"docs":{},"s":{"docs":{},"u":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"i":{"docs":{},"l":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}},"n":{"docs":{},"e":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}},"u":{"docs":{},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.006134969325153374},"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.030165912518853696}},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"_":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}},",":{"docs":{},"c":{"docs":{},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}},"s":{"docs":{},".":{"docs":{},"e":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}},"_":{"docs":{},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"_":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}}}}}}}}}},"}":{"docs":{},"=":{"docs":{},"#":{"docs":{},"{":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{},"(":{"docs":{},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0030165912518853697}}}}}}}}}}}}}}}}}}},")":{"docs":{},"。":{"docs":{},"我":{"docs":{},"们":{"docs":{},"只":{"docs":{},"需":{"docs":{},"要":{"docs":{},"使":{"docs":{},"用":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"i":{"docs":{},"t":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}}}}},"s":{"docs":{},"h":{"docs":{},"v":{"docs":{},"i":{"docs":{},"l":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}},"e":{"docs":{},"w":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}},"o":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"r":{"docs":{},"o":{"docs":{},"r":{"docs":{"chapter07.html#gitbook_11":{"ref":"chapter07.html#gitbook_11","tf":0.0015082956259426848}}}}}}}}}}}}}}},"w":{"docs":{},"i":{"docs":{},"d":{"docs":{},"t":{"docs":{},"h":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}},"r":{"docs":{},"i":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}},"得":{"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":{},"靠":{"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":{},"外":{"docs":{},"部":{"docs":{},"数":{"docs":{},"据":{"docs":{},",":{"docs":{},"而":{"docs":{},"对":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"把":{"docs":{},"这":{"docs":{},"个":{"docs":{},"应":{"docs":{},"用":{"docs":{},"程":{"docs":{},"序":{"docs":{},"放":{"docs":{},"到":{"docs":{},"网":{"docs":{},"上":{"docs":{},"才":{"docs":{},"几":{"docs":{},"秒":{"docs":{},"钟":{"docs":{},",":{"docs":{},"来":{"docs":{},"自":{"docs":{},"w":{"docs":{},"a":{"docs":{},"x":{"docs":{},"a":{"docs":{},"h":{"docs":{},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{},"i":{"docs":{},"e":{"docs":{},"的":{"docs":{},"一":{"docs":{},"个":{"1":{"2":{"docs":{},"岁":{"docs":{},"小":{"docs":{},"孩":{"docs":{},"在":{"docs":{},"表":{"docs":{},"单":{"docs":{},"中":{"docs":{},"输":{"docs":{},"入":{"docs":{},"了":{"docs":{},"s":{"docs":{},"y":{"docs":{},"s":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"(":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},"r":{"docs":{},"m":{"docs":{},"&":{"docs":{},"q":{"docs":{},"u":{"docs":{},"o":{"docs":{},"t":{"docs":{},";":{"docs":{},")":{"docs":{},",":{"docs":{},"随":{"docs":{},"他":{"docs":{},"的":{"docs":{},"计":{"docs":{},"算":{"docs":{},"机":{"docs":{},"上":{"docs":{},"的":{"docs":{},"文":{"docs":{},"件":{"docs":{},"一":{"docs":{},"起":{"docs":{},",":{"docs":{},"w":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"docs":{}},"docs":{}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"认":{"docs":{},"为":{"docs":{},"实":{"docs":{},"现":{"docs":{},"这":{"docs":{},"样":{"docs":{},"一":{"docs":{},"个":{"docs":{},"计":{"docs":{},"算":{"docs":{},"器":{"docs":{},"很":{"docs":{},"容":{"docs":{},"易":{"docs":{},"。":{"docs":{},"他":{"docs":{},"可":{"docs":{},"以":{"docs":{},"用":{"docs":{},"r":{"docs":{},"u":{"docs":{},"b":{"docs":{},"y":{"docs":{},"的":{"docs":{},"c":{"docs":{},"g":{"docs":{},"i":{"docs":{},"库":{"docs":{},"访":{"docs":{},"问":{"docs":{},"表":{"docs":{},"单":{"docs":{},"域":{"docs":{},"中":{"docs":{},"的":{"docs":{},"内":{"docs":{},"容":{"docs":{},",":{"docs":{},"再":{"docs":{},"用":{"docs":{},"e":{"docs":{},"v":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"b":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"非":{"docs":{},"常":{"docs":{},"棒":{"docs":{},"的":{"docs":{},"想":{"docs":{},"法":{"docs":{},":":{"docs":{},"设":{"docs":{},"计":{"docs":{},"一":{"docs":{},"个":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"算":{"docs":{},"数":{"docs":{},"页":{"docs":{},"面":{"docs":{},"。":{"docs":{},"该":{"docs":{},"页":{"docs":{},"面":{"docs":{},"是":{"docs":{},"含":{"docs":{},"有":{"docs":{},"一":{"docs":{},"个":{"docs":{},"文":{"docs":{},"本":{"docs":{},"域":{"docs":{},"以":{"docs":{},"及":{"docs":{},"按":{"docs":{},"钮":{"docs":{},"的":{"docs":{},"简":{"docs":{},"单":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"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":{},"起":{"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":{},"然":{"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":{},"了":{"docs":{},";":{"docs":{},"w":{"docs":{},"a":{"docs":{},"l":{"docs":{},"t":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}},"e":{"docs":{},"(":{"docs":{},"*":{"docs":{},"a":{"docs":{},"r":{"docs":{},"g":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.002044989775051125}}}}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"t":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{},"e":{"docs":{},"s":{"docs":{},"_":{"docs":{},"h":{"docs":{},"e":{"docs":{},"_":{"docs":{},"d":{"docs":{},"o":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}}}}}}}}}},"o":{"docs":{},"r":{"docs":{},"l":{"docs":{},"d":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.06666666666666667}}}}}}},"x":{"docs":{},"_":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}}}},"y":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.06666666666666667}},"_":{"docs":{},"l":{"docs":{},"e":{"docs":{},"f":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.012269938650306749}}}}}},"r":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"chapter02.html#gitbook_6":{"ref":"chapter02.html#gitbook_6","tf":0.006134969325153374}}}}}}}},"i":{"docs":{},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},"(":{"docs":{},"\"":{"docs":{},"r":{"docs":{},"o":{"docs":{},"c":{"docs":{},"k":{"docs":{"chapter06.html#gitbook_10":{"ref":"chapter06.html#gitbook_10","tf":0.03333333333333333}}}}}}}}}}}}},"j":{"docs":{},"a":{"docs":{},"p":{"docs":{},"a":{"docs":{},"n":{"docs":{"chapter04.html#gitbook_8":{"ref":"chapter04.html#gitbook_8","tf":0.00408997955010225}}}}}}}},"length":638},"corpusTokens":["1","1.8.6中的用户定义类及他们的超类的关系。而下面这幅由artem","1.9","1.9.1p243","1.9.2p180","1.class.instance_method","1.method","10","100.0","100.0/80.0","13","14","1904","1现存的类和方法常规做法使用class.new和define_method的做法使用匿名类的做法使用即时创建匿名类的做法问题2","2","2.0.0","2.0引入了refin","2.2250738585072e-308","2010上的讲义《如何设计出漂亮的rubi","2011年9月间翻译完毕,最初发布在我的博客上。于2014年5月间,藉由gitbook整理,并发布在github上。在此期间,paolo","22.0/7.0","23","3","3.14285714285714","4","5","5段代码,分别定义了rubylist.who方法,该方法返回"geek"","5的代码,class关键字后面紧接着<<,你就应该确信这里为<<","93.75","accept","akita","akitaonrails\",\"http://www.akitaonrails.com","alias_method","an_object","an_object.class","an_object.class.instance_methods(fals","an_object.instance_vari","an_object.what_does_he_do","anon","anon.class_ev","anonym","anyth","api","arg","args.inspect","args.join","args.siz","argument","arrai","asakawa的本系列讲座,为大家展示一个绚丽的rubi","asakawa讲授,使用rubi","attr_accessor","attribut","author","avail","awai","b","b'","back","bad","bar","basicobject","baz","begin","bind","binding对象有什么用?主要是用于eval这个函数。eval的第一个参数是需要eval的一段脚本字符串,而第二个可选参数则接受一个binding对象。当指定了binding时,eval会在传递给它的bind","binding)一词是指一个更复杂、更大型的物件的引用的创建。例如当我们编写了一个函数,这个函数名就绑定了该函数本体,我们可以通过函数名来引用并调用该函数,这被称为名称绑定;又如当ruby通过api去调用了c语言写的库函数时,这就是一个语言绑定;再如面向对象语言中的方法调度obj.method,这也是一个名称绑定,它会根据接收者obj具体的对象类型来确定应该引用哪个对象类型的method方法,而如果obj在编译时就能确定,那便可称之为静态绑定(早绑定),早期的静态类型语言(如c)使用的是早绑定;如果obj在运行时才能确定,那便可称为动态绑定(迟绑定),动态类型语言(如ruby)使用的是迟绑定,而有些语言则同时支持早绑定和迟绑定,如c","blackanger对metaprogram","block","book","brazil","bug,比如,你定义了自己的captalize()方法并且漫不经心的覆盖了原string类中的capt","c","c'","c.new","calcul","call","captur","capture)和不经意的多次估值这类问题的出现。纵使有标准的lisp惯用法可以处理这些问题,lisp","car","car.go_to_japan","car.go_to_shanghai","car.go_to_taipei","car.new","cgi","cgi::new(\"html4","cgi[\"expression\"].to_","chain)。接受者就是方法的调用者。例如,对调用an_object.display()来说,an_object就是接受者。而关于祖先链,请考察任何一个ruby类的内部。想象一下从一个类移动到其父类,然后再移动到父类的父类,直到到达object类(默认的父类),然后继续移动,最终到达basicobject类(rubi","child","child.class_vari","child.class_variables输出的是在child类中定义的类变量(@@city)。child类没有从父类中继承类变量(@@geek","china","citi","class","class.new","class.new(klass","class.new(klass)以给定的klass为父类,创建了一个匿名类。块被用作类的体,包含了该类中的方法。而define_method定义了method所代表的方法(也就是mem_result","class.new和define_method","class_ev","class_evalclass_variable_get","class_evalinstance_evalmodule_ev","class_eval。此时,我们会定义一个initialize方法。并且,我们应该建立一个to_s方法,使得我们能够将其输出,记得使用alias关键字将to_s方法作为inspect方法的同义词。修改后的datawrapper.rb","class_eval将会定义实例方法,而instance_ev","class_nam","class_name.class_ev","class_name.new","class_vari","class_variable_get","class_variable_get方法和class_variable_set方法都可以被使用。class_variable_get方法需要一个代表变量名称的符号作为参数,并返回变量的值。class_variable_set","class_variable_set","class_variable_setclass_variablesinstance_variable_get","class_variable_set,你可以使用instance_variable_set","class_varibles方法。他返回一个数组(array),以符号(symbol","classes,另一部分人叫它metaclasses,意思是th","class”。而eigenclass的方法名字,则取了一个比较科学严肃的名字叫singlton","class。但是这些名字都不足以描述它。ruby之父matz至今还没有给出一个官方的名字,但是他似乎喜欢叫它eigenclass,eigen这个词来自于德语,意思是one’","class类即是class","class)也被称作单例类(singleton","class),元类(metaclass)或者uniclass","class),特征类(eigenclass),鬼魂类(ghost","clearli","collingbourn","complet","conf","const_get","const_get和const_set用于操作常量。const_get","const_set","constant","constructor","continuation有共通之处,但continuation主要用于实际堆、栈内存的环境跳转,而bind","cooper","core","correct","countri","country=\"japan","creat","csv(comma-separ","c语言的宏到复杂的lisp的宏系统,甚至c","data","data.clos","data.each","data.get","data.gets.chomp","datawrapp","datawrapper.rb","datawrapper.rb的代码也无需改变!这便是一个rubi","datawrapper.rb的文件,并建立一个类。我们会调用datawrapper类并定义一个名为wrap的类方法,此方法请求一个用于标识文件名的参数,并据此建立一个类。上面的两个文件的第一行都是由逗号分隔的属性名(attribut","datawrapper.wrap(\"location.txt","datawrapper.wrap(\"twitter.txt","dave","david","deathk","def","define_method","define_method(:initi","define_method(:to_","define_method(method","define_method即时地创建了一个方法。问题是,define_method只能对类或模块起作用,而我们这里处理的是对象。因此,我们使用obj.class来获得对象所属的类,然后对类使用class_eval和define_method方法在该类中添加一个实例方法method","design","detail","diagram","displai","do_method(param","doesn't","eigenclass这个名字的由来:大多数人叫它singlton","eigen”本意为“自己的”。eigenclass","end","eval","eval(\"[#{lin","eval(\"str","eval('p","eval(expr","eval功能,对生成出来的源代码(除了在lisp这样的语言里面以外,通常是以字符串的方式)进行求值。有一类有趣的程序quine,它们运行的结果就是把自己的源代码原封不动地打印出来,通常要证明你精通某一门语言,为它写一个quin","eval就尽量避免,因为ev","eval方法的安全性漏洞,dav","exampl","except","execut","exercis","expr","express","fabio","famou","fetch","field","file","file.basename(file_nam","file.new(file_nam","file.new(self.to_s.downcase+\".txt","float.const_get(:min","follow","foo","foo返回的binding获取到了局部上下文销毁前的局部变量bar的值,而在不使用binding的情况下,局部变量bar在foo","form","fowler,andi","free","fulton的文章[an","geek","geek=\"matz","go","go($1","go(plac","go_to_","hal","handl","hash类提供了has_key?方法用于检查某个散列是否拥有指定的键。在上述程序中,如果has_key?返回true,那么我们就直接使用@mem中存放的值,否则我们将调用percentage_calculation(*scores)重新计算改值并存放在@mem","header","header.split","hello","hilbert","hunt","huw","i386-mingw32","i386-mingw32]。而我的测试环境则是rubi","ihow","indianrubyist","indianrubyist.new","inform","initi","initialize(*arg","initialize(p1","initialize方法和使用实例变量@mem。相反地,我们使用的是局部变量mem,这是因为块是一个闭包,而局部变量mem","inspect","instanc","instance_ev","instance_eval:http://jimmycuadra.com/posts/metaprogramming-ruby-class-eval-and-instance-ev","instance_eval传递的代码块使得你可以在对象内部操作。你可以在对象内部肆意操纵,不再会有任何数据是私有的!instance_ev","instance_eval可以操纵obj","instance_eval,module_eval和class_eval是ev","instance_exec,或instance_ev","instance_method","instance_variable_get","instance_variable_set","instance_variable_set(\"@\"+nam","instance_variable_setconst_get","intance_variables等方法来达到目的。我们将这种技术称为内省(introspection)或者反射(reflect","it’","japan","kernel","kernel模块提供了一个叫做eval的方法,该方法用于执行一个用字符串表示的代码。eval方法可以计算多行代码,使得将整个程序代码嵌入到字符串中并执行成为了可能。eval方法很慢,在执行字符串前最好对其预先求值。不过,糟糕的是,eval方法会变得十分危险。如果外部数据通过eval传递的话,你就可能会遭遇一个安全漏洞,因为这些数据可能含有任意的代码,并且你的程序将会执行它。现在,ev","klass","klass.class_ev","klass.read","klass指代的是我们新建的类。如果file_name参数所指向的文件为“location.txt”,那么新建立得类名会被命名为loc","languag","length","lex和yacc","line","line.chomp","lisp、python以及ruby之类的语言允许在运行时直接修改程序自身的结构,而不用再经过“生成源代码”这一层。当然对源代码进行eval的方法也许是最灵活的,但是它的效率却不怎么样,所以相来说并不是特别流行。这里主要介绍的是这种方式的元编程在rubi","lisp。john","lisp社团位于现在称之为“反射编程”(reflect","lisp通过既可以用于代码也可以用于数据的s表达式(本质上是程序抽象语法树的直接翻译)支持语法层的元编程。lisp的元编程大量的使用了宏,宏的本质是代码模板。lisp的这种方式带来的好处是可以在单一的层次上进行编程,代码及数据都以相同的方式表现,唯一的区别在于是否会被估值(evaluate)。然而语法层的元编程模式也有其弊端,用在同一命名空间下运行和估值的代码对两个抽象层次进行操作,会直接导致变量捕获(vari","list","list.each","local","locat","location.countri","location.txt","location.txt文件完全不同的twitter.txt文件。针对于twitter.txt","lookup","m","main:object","matsumoto","matz","mem","mem.has_key?(arg","mem.has_key?(scor","mem[arg","mem[scor","mem_result(klass","mem_result(obj","mem_result(r","mem_result(result","mem_result方法。该方法的第一个参数obj接收一个对象,用于建立此对象的匿名类。该方法的第二个参数method","mem_result:一个参数为父类的名字,另一个参数为方法的名字(而mem_result","memoresult","memoresult.new","memoresult类与其父类精密相连。为了避免这样,我们使用目前学过的rubi","messag","meta","metaclass","metaprogram","metaprogramming:http://pragprog.com/screencasts/v-dtrubyom/the-ruby-object-model-and-metaprogram","metaprogramming站点上的课程笔记,并加入了我(deathk","method","method_miss","method_missing(m","method_missing(nam","method_missing方法的效率不甚理想,对效率敏感的项目尽量要避免使用此方法。尽管method_miss","method_missing,ihow","mind","miss","model","module#define_method是module类实例的私有方法。因此define_method方法仅能由类或者模块使用。你可以通过define_method动态的在receiver中定义实例方法。而你仅需要传递需要定义的方法的名字,以及一个代码块(block","module_ev","module_eval和class_ev","module_eval和class_eval方法用于模块和类,而不是对象。class_eval是module_eval的一个别名。module_eval和class_ev","my_arg","n","n.ancestor","n.class","n.superclass","n.superclass.superclass","n.superclass.superclass.superclass","name","name,countri","name.to_","nameerror","names.each","names.each_with_index","name}=#{self.send(nam","name)。我们只需要使用split","nashvil","new","nil","nine","nomethoderror","number","obj","obj.bar","obj.class.class_ev","obj.do_method(param","obj.foo","obj.hello","obj.inspect","obj.instance_ev","obj.instance_variable_get(:@countri","obj.instance_variable_get(:@geek","obj.instance_variable_set(:@countri","obj.program","obj.respond_to?(:program","obj.send(:say_hello","obj.who","obj.who('matz","object","object.const_get(class_nam","object.const_set(class_nam","object.new","object’","object类提供了一个名为instance_ev","object类(都是从object类直接或间接继承而来),而object类又继承自basicobject类,rubi","overloading)。我们编写了一个rectangule类,该类用于将一个矩形呈现在网格上。当你在实例化一个rectangule对象时,你可以使用两种方法:传递矩形的左上、右下的坐标,或者左上点坐标及矩形的宽度、高度。虽然ruby中每个类只有一个initialize方法,但这种做法允许你的一个initialize就像两个不同的initi","overwrit","own。所以,eigenclass就被翻译为“an","p","p1","p2","paolo","percentage_calculation(*scor","percentage_calculation方法的调用的一种途径是用某种方法存放之前计算出的数据。对此,我们需要定义一个叫做memoresult的子类,该子类拥有一个叫做@mem的hash","perrotta","perrotta所著的《ruby元编程》也被翻译并出版。同时,ruby版本也从1.9飞跃到了2.1,尽管如此,本系列介绍的rubi","person","person变量在块被定义之前是一个新的局部变量,而不是who方法中的person","peter","peterc\",\"http://www.petercooper.co.uk","place","practic","preferences:http://www.kalzumeus.com/2009/11/17/practical-metaprogramming-with-ruby-storing-prefer","prevent","print","privat","proc:[email protected]:7","program","programming)或“元编程”(metaprogramming)——对可编程语言编程的前沿。smalltalk事实上从20世纪70年代后期就开始支持元类。但它是lisp专用语言,从comman和objvlisp开始,推动元编程成为主流[bobrow+86,cointe87]。早期工作为主对象协议(metaobject","prompt","protocal)[kiczales+91]打下了基础。主对象协议主要用来推广元编程。商业系统也开始使用元编程,特别是在ibm","put","puts(\"#{location.nam","puts(\"#{person","puts(\"#{twitter.twitterid}'","puts(obj.hello('matz","puts(obj.send(:welcom","r","r.total","r.total(*scor","r.total(10,10,10,10,10,10,10,10","r.total(5,10,10,10,10,10,10,10","receiver的方法时,rubi","rectangl","rectangle.new([10","rectangle.new([x_top","rectangule程序,但却足以演示方法重载是如何实现的。对initialize方法的重载可使得其具有处理可变参数的能力。这种技巧不但适用于initi","remov","remove_method","remove_method和undef_method","requir","rescu","respond_to?方法是反射机制中另一个有用的方法。使用respond_to?方法,可以提前知道对象是否能够处理你想要交予它执行的信息。所有的对象都有此方法,使用respond_to","result","result.new","result.rb:21:in","result.rb:30","result类以及一个total方法。total方法用于列举每个学生的成绩。score代表了学生在课程的8次竞赛中获得的成绩。私有方法percentage_calculation用于计算等分率。为了测试如此,我们调用tot","return","right","rock","rubi","ruby'","ruby'","ruby(http://an%20exercise%20in%20metaprogramming%20with%20rubi","ruby:http://rubyrogues.com/metaprogramming-in-rubi","ruby:http://yehudakatz.com/2009/11/15/metaprogramming-in-ruby-its-all-about-the-self","rubyist","rubyist\".capit","rubyist.class_ev","rubyist.class_eval(\"@@geek","rubyist.class_vari","rubyist.class_variable_get(:@@geek","rubyist.class_variable_set(:@@geek","rubyist.const_set(\"pi","rubyist.instance_ev","rubyist.new","rubyist.new('matz","rubyist.new.anyth","rubyist.new.anything(3","rubyist.respond_to?(:also_railist","rubyist.send(:also_railist","rubyist.who","rubyist:0x2ef8038","rubyist:0x2ef83d0","rubyist对象知道如何处理also_railist","rubylearnin.org的cor","ruby中每个对象都有其自己的匿名类,一个类能拥有方法,但是只能对该对象本身其作用:当我们对一个具体的对象添加方法时,ruby会插入一个新的匿名类于父类之间,来容纳这个新建立的方法。值得注意的是,匿名类通常是不可见(hidden","ruby中的元编程,是可以在运行时动态地操作语言结构(如类、模块、实例变量等)的技术。你甚至于可以在不用重启的情况下,在运行时直接键入一段新的rubi","ruby中,kernel有一个方法binding,它返回一个binding类型的对象。这个binding对象就是我们这里说的绑定,它封装了当前执行上下文中的所有绑定(变量、方法、语句块、self的名称绑定),而这些绑定直接决定了面向对象语言中的执行环境。比如,当我们调用p时,实际上是进行了self和p的绑定,而p具体是哪个方法,是由self的类型来决定的,如果我们在顶层,而kernel#p又没有被重写,那p就是一个用来显示对象细节的方法。可以说有了一个绑定的列表,我们就有了一个完整的面向对象上下文的拷贝,就好比上帝在12分37秒复制了一份世界,而这个世界与原本世界的环境一模一样,既有这朵花,又有那株草。ruby的bind","ruby中,self是一个很特殊的变量,它总是指向当前对象(curr","ruby中,你完全有能力在运行时查看类或对象的信息。我们可以使用class","ruby中,类始终都是开放的。你可以重定义一个类,甚至于像string或array这样的标准库中的类。(译注:rubi","ruby使用look-up机制找寻方法时,如果方法不存在,那么ruby将会在原receiver中自行调用一个叫做method_missing的方法。method_missing方法会以符号的形式传递被调用的那个不存在的方法的名字,以数组的形式传递调用时的参数,以及原调用中传递的块。method_missing是由kernel模块提供的方法,因此任意对象都有此方法。kernel#method_missing方法能响应nomethoderror错误。重载method_miss","ruby元编程应用远不止如此,rails里就大量涉及了这种技术。你可以仔细研读rail","ruby可以通过parsetree库来完成语法层的自省,parsetree可以将ruby源代码翻译成s表达式。使用此库来编写的一个有趣的应用叫做heckle,它是一个“测试的测试”框架,能够对ruby代码解析及改变,例如改变字符串或者将'true'和'false'","ruby学习班有成百上千的学生。让我们假设我们有一个可以计算这个百分比并返回对应的值的rubi","ruby是动态的、魔幻而有趣的。而元编程(metaprogramming)技术在ruby中的应用也让我大开眼界,虽然以前也有浅显地介绍反射机制(reflection),但我仍然觉得才疏学浅,不能让大家完全感受到元编程的优美。借此机会,我想借satoshi","ruby有一个预定义的常量:toplevel_binding,它指向一个封装了顶层绑定的对象,通过它我们可以在其它上下文中通过ev","ruby的元编程,也具有“利用代码来编写代码”的作用。例如,常见的attr_accessor","ruby的方法查找,你需要了解下面两个概念:接受者(receiver)和祖先链(ancestor","ruby的笔记(5)](http://book.douban.com/people/blackanger/annotation/4086938","ruby语言中一般来说都是作用于类及方法层上:创建方法,重写方法,给方法赋予别名(alia","ruby课程已经开办8周了。每周我们都有一个满分10分的测验。8周结束后,学生可以知道他的分数百分比。例如,有一个学生,在过去的8周里,他的得分情况为:5、10、10、10、10、10、10、10。那么,他的得分百分比为93.75","ruby需要一个叫做self","ruby首先进入receiver所属的类,并以此为起始,沿着祖先链不断前进,直到找到目标方法。这种行为也被称作“向右一步,再向上(on","satoshi","say_hello(nam","scope)内使用remove_method方法。即使是父类以及父类的父类等先祖中有同名的方法,那些方法也不会被移除。而相比之下,undef_method","scores.inject","scores.inspect","screen","screencast","see","self","self.class","self.new(*valu","self.siz","self.who","self.wrap(file_nam","self一类的实体……或者说所有于对象绑定的名称。我们把他们称为绑定(bind","self所属的类中查找do_method(param","self指向obj","self被认为是默认的receiver。也就是说,你如果没有明确指出receiver,那么系统将把self当做receiv","self返回了我们需要的匿名类,并被变量anon所引用。大多数的rubi","self(当前对象)中查找的。也就是说,如果我使用@var,那么ruby就会在self","send","senddefine_methodmethod_missingremove_method和undef_methodevalinstance_ev","send是object类的实例方法。send方法的第一个参数是你期望对象执行的方法的名称。可以是一个字符串(string)或者符号(symbol","shanghai","singleton","site","size!\".writes","som","someth","sorri","step","still","store","str","string","such","sum","super","superclass","super尝试在匿名类中调用result类中的total方法。但问题是,我们是在result类中直接定义的total方法。我们说过,obj.class返回的是result,所以这并不起效。我们需要做得是创建一个匿名类,并将这个total方法放到这个匿名类中。同时,我们的匿名类应该是result","s贡献的ruby层次关系(rubi","taipei","take","tell","testdatawrapper.rb","testdatawrapper.rb。尝试着读取location.txt","thoma","thomas在他的著作program","thomas的屏播episod","thomas,chad","throw","to_","tokyo","toolbox:http://weare.buildingsky.net/2009/08/25/rubys-metaprogramming-toolbox","total","total(*scor","total).new","total方法四次,这也意味着我们调用percentage_calculation方法四次。我们将要尝试减少调用percentage_calcul","true","twitter","twitter.txt","twitter.url","twitterid,url","txt\").capit","uk","undef_method","undefin","undefinedundefin","understand","up)”规则:向右一步,进入reciver所属的类,然后再向上查找祖先链,直到找到目标方法。(译者注:如果遍历完祖先链也没有找到方法的话,会调用method_missing方法,如果这个方法没有被定义,则抛出nomethoderror)当你在一个类中包含一个模块时,rubi","usa","user","valu","values[i","variabl","vlissides在pattern","walter","walter得到了一个重要的教训:所有的外部数据都是有危险的。不要让它们靠近那些可能改动你的系统的接口。在这个案例中,表单中的内容是外部数据,而对ev","walter把这个应用程序放到网上才几秒钟,来自waxahachie的一个12岁小孩在表单中输入了system("rm"),随他的计算机上的文件一起,walt","walter认为实现这样一个计算器很容易。他可以用ruby的cgi库访问表单域中的内容,再用ev","webcoder有一个非常棒的想法:设计一个web算数页面。该页面是含有一个文本域以及按钮的简单web表单,并被各种各样的非常酷的数学链接和横幅广告包围,使得看起来丰富多彩。用户输入一个算术表达式到文本域中,并按下按钮,然后结果就会被显示出来。一夜之间,世界上所有计算器都变得无用了;walt","welcom","welcome(*arg","what_does_he_do","width","world","writes","x_bottom","y","y_left","y_right","yield(\"rock"],"pipeline":["trimmer","stopWordFilter","stemmer"]}