Notifications
Clear all
RPA社区具有邮件自动通知功能,可以关注帖子实时追踪答复情况。需要在账号中 正确添加邮箱哦(⊙o⊙)
24/03/2020 2:53 下午
R-Connect的问题可以在这个贴子下面发布
24/03/2020 8:05 下午
请问有没有C#代码范例? 谢谢
25/03/2020 5:06 下午
C# 可以参考:
HttpWebRequest httpWebRequest = WebRequest.Create("http://www.rpaplus.com:8000/add?id=&m1=hi&m2=baby&type=0
") as HttpWebRequest; httpWebRequest.Method = "GET"; HttpWebResponse httpWebResponse = httpWebRequest.GetResponse() as HttpWebResponse; // 获取响应