码迷,mamicode.com
首页 >  
搜索关键字:不转义html标签    ( 1个结果
Go语言实现简单的留言本
做了个简单的留言本用来练习http与template.   j 主Go代码:  package main //Golang版本的留言本 //author:Xiong Chuan Liang //date:2015-3-2 import ( "fmt" "html/template" "io/ioutil" "net/http" "os" ) func main() { ...
分类:编程语言   时间:2015-03-02 22:32:04    阅读次数:387
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!