Merging other languages
This commit is contained in:
16
en/07.7.md
16
en/07.7.md
@@ -1,7 +1,9 @@
|
||||
# 7.7 小结
|
||||
这一章给大家介绍了一些文本处理的工具,包括XML、JSON、正则和模板技术,XML和JSON是数据交互的工具,通过XML和JSON你可以表达各种含义,通过正则你可以处理文本(搜索、替换、截取),通过模板技术你可以展现这些数据给用户。这些都是你开发Web应用过程中需要用到的技术,通过这个小节的介绍你能够了解如何处理文本、展现文本。
|
||||
|
||||
## links
|
||||
* [目录](<preface.md>)
|
||||
* 上一节: [字符串处理](<07.6.md>)
|
||||
* 下一节: [Web服务](<08.0.md>)
|
||||
# 7.7 Summary
|
||||
|
||||
In this chapter, we introduced some text processing tools like XML, JSON, Regexp and we also talked about templates. XML and JSON are data exchange tools. You can represent almost any kind of information using these two formats. Regexp is a powerful tool for searching, replacing and cutting text content. With templates, you can easily combine dynamic data with static files. These tools are all useful when developping web applications. I hope that you now have a better understanding of processing and showing content using Go.
|
||||
|
||||
## Links
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous section: [Strings](07.6.md)
|
||||
- Next chapter: [Web services](08.0.md)
|
||||
|
||||
Reference in New Issue
Block a user