示例#1
0
func hello(val string) string {
	return webhandle.Message("root page", "hello: "+val)
}
示例#2
0
func Hello() string {
	return webhandle.Message("☃", "☃")
}