瀏覽代碼

try to send hyper link in html, (not so good)

master
Patrick Peng Sun 9 年之前
父節點
當前提交
b60acf5183
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      server.go

+ 1
- 1
server.go 查看文件

h := ReadCommonHeader(d) h := ReadCommonHeader(d)
reply, _ := BuildTextMsg(h.MsgType, h.FromUserName) reply, _ := BuildTextMsg(h.MsgType, h.FromUserName)
if h.MsgType == "text" { if h.MsgType == "text" {
reply, _ = BuildTextMsg("http://www.hitxy.org.au/", h.FromUserName)
reply, _ = BuildTextMsg("test <a href=http://www.hitxy.org.au/> some link </a>", h.FromUserName)
} }
if h.MsgType == "voice" { if h.MsgType == "voice" {
a := ReadVoiceMsg(d) a := ReadVoiceMsg(d)

Loading…
取消
儲存