摘要: //post方法调用接口 public void PostFunction(string devID) { string url = "";//接口URL string strPostdata = "{\"id\":\"rt02\"}";//注意!双引号 Encoding encoding = En 阅读全文
posted @ 2018-09-17 11:33 November's 阅读(36) 评论(0) 推荐(0)