以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- [求助]移动开发:指定的网络名格式无效。 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=114679) |
-- 作者:黄训良 -- 发布时间:2018/2/13 9:05:00 -- [求助]移动开发:指定的网络名格式无效。 HttpServer.Prefixes.Add("http://120.24.80.236/") HttpServer.Start()
|
-- 作者:有点甜 -- 发布时间:2018/2/13 9:37:00 -- 你要把你的程序拷贝到你的服务器120.24.80.236,才能写此代码
HttpServer.Prefixes.Add("http://120.24.80.236/")
HttpServer.Start()
|
-- 作者:黄训良 -- 发布时间:2018/2/13 9:40:00 -- 收到,去试试! |