美文网首页
测试MarkDown

测试MarkDown

作者: 你是我温暖的小太阳 | 来源:发表于2017-10-13 10:50 被阅读33次

    1、测试MarkDown


    123213


    1. 123213213
    2. 123213213
    3. 123123123
    4. 213123
    5. 23213213
    6. 213213
    7. 3213123
    8. 3213213
    • 21321232
      
      1. 213123
      2. 213213
    • 额外企鹅去we

    日前万人 非我非 fewfw
    321312 2131 3213

    eqweqwe
    121 fwef fewfq 22


    213123123

    4234

    214214
    214214

    4214


    2313123
    321312

    • 3213
    • 434234

    4214
    4214
    4124

        32133123
    


    `
    3213123
    3213213

    `

    我是百度ctrl+a32131
    212

    func main() {
        //  userInfo := UserInfo{Name: "wanc", Age: 10, ID: 10, IsAutoLogin: true}
        userInfo := UserInfo{Name: "wanc", Age: 10, ID: 10, IsAutoLogin: false}
    
        fmt.Print(userInfo.Name, userInfo.Age, userInfo.ID)
        jsons, err := json.Marshal(userInfo)
        if err == nil {
            fmt.Print(string(jsons), "\n")
        }
        fmt.Println("Hello World!")
        resp, err := http.Get("http://192.168.1.117:8888/test1")
        if err == nil {
            helpRead(resp)
        }
        resp1, err := http.Post("http://192.168.1.117:8888/test2", "", strings.NewReader(string(jsons)))
        if err == nil {
            helpRead(resp1)
        }
    
        resp2, err := http.Post("http://192.168.1.117:8888/bindJson", "", strings.NewReader(string(jsons)))
        if err == nil {
            helpRead(resp2)
        }
    }
    
    

    rewqrqwrwrwqrqrq
    eqweqewq
    eqweqe
    dwqd

    相关文章

      网友评论

          本文标题:测试MarkDown

          本文链接:https://www.haomeiwen.com/subject/sepdxxtx.html