Files
the-way-to-go_ZH_CN/eBook/15.0.md
marjune a1f14b61aa Improve chapter 15 (#684)
* improve chapter 15.0

* improve chapter 15.1

* improve chapter 15.2

* improve chapter 15.3

* improve chapter 15.4

* improve chapter 15.6
2019-07-18 20:59:53 -07:00

10 lines
516 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 15.0 网络,模板和网页应用
Go 在编写 web 应用方面非常得力。因为目前它还没有GUIGraphic User Interface 即图形化用户界面)的框架,通过文本或者模板展现的 html 页面是目前 Go 编写界面应用程序的唯一方式。(**译者注实际上在翻译的时候已经有了一些不太成熟的GUI库例如go ui。**
## 链接
- [目录](directory.md)
- 上一节:[使用通道并发访问对象](14.17.md)
- 下一节:[tcp服务器](15.1.md)