Dim st As Date = Date.now
Dim scwz As String = _wz & "/asdde.htm"
MessageBox.show(scwz)
Dim hc As New HttpClient(scwz)
hc.FormData.Add("username","iie")
hc.FormData.Add("password","fdde")
hc.FormData.Add("gongsi","ssee")
hc.FormData.Add("ddate","2019-11-06")
Dim ret As String = hc.getData()
If ret = "1" Then
messagebox.show("上传数据完成,耗时:" & (Date.Now - st).TotalSeconds & "秒" & ",后台会生成【科目表】和【项目表】,您可关闭软件!","提示",MessageBoxButtons.ok, MessageBoxIcon.Information)
Else
messagebox.show("上传数据有问题,请联系李奕灿13559053751!","提示",MessageBoxButtons.ok, MessageBoxIcon.Information)
End If