以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 怎样检测网络速度呢 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=84997) |
-- 作者:Exon_Liang -- 发布时间:2016/5/15 9:14:00 -- 怎样检测网络速度呢 请教怎样在Foxtable程序中检测网络速度呢?先多谢了! |
-- 作者:xiaoohoo -- 发布时间:2016/5/15 9:48:00 -- 你的问题描述的还不清楚,是宽带连接速率还是实时网络速度。 实时网速取决于你与服务器。 |
-- 作者:大红袍 -- 发布时间:2016/5/15 22:42:00 -- 可以尝试ping的速度
Dim p As new Process() Dim str As String = p.StandardOutput.ReadToEnd()
|
-- 作者:Exon_Liang -- 发布时间:2016/5/17 9:16:00 -- 多谢大红袍! |