Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.1 KB

##webdemo是什么?

示例http server 与 client 通信。

目前有两个Demo,demo1\demo2

demo1诠释了httpserver与httpclient,完成了Get和Post方法示例,其中Post又分 Post和PostForm。Post中包括两种方式传送表单数据,一个通过url.values、一个通过 JSON传递

demo2是从网上COPY的代码,简单清晰,放在这里供需要的人参考。

##感谢

感谢网上已有的资料,demo1从这里面拼了出来,接下来它会用到我的项目里

特别感谢在线编辑Markdown文件的作者,第一次写这个文儿,Well done , 广而告之:

##关于作者

  var youyou = {
    nickname  : "JohnnyThree",
    inchinese : "强尼老三"
  }