增加字符串操作小节

This commit is contained in:
astaxie
2013-01-15 18:02:10 +08:00
parent f48f2f9119
commit e0eb25f933
5 changed files with 167 additions and 7 deletions

7
7.7.md Normal file
View File

@@ -0,0 +1,7 @@
# 7.5 小结
这一章给大家介绍了一些文本处理的工具包括XML、JSON、正则和模板技术XML和JSON是数据交互的工具通过XML和JSON你可以表达各种含义通过正则你可以处理文本(搜索、替换、截取)通过模板技术你可以展现这些数据给用户。这些都是你开发Web应用过程中需要用到的技术通过这个小节的介绍你能够了解如何处理文本、展现文本。
## links
* [目录](<preface.md>)
* 上一节: [字符串处理](<7.6.md>)
* 下一节: [Web服务](<8.md>)