Web服务

有了Foxtable,你可以用非常简单的代码搭建一个Web服务,无需任何专业知识。

Foxtable只需3行代码,即可搭建一个Web服务器:

HttpServer.Prefixes.Add("http://*/")
HttpServer
.WebPath = "d:\web" 
HttpServer
.Start()


本页地址:http://www.foxtable.com/webhelp/topics/3234.htm