10 2020 档案

摘要:string paras = "p1=test1&p2=test2";//参数 byte[] bytes = Encoding.UTF8.GetBytes(paras); HttpWebRequest httpRequest = (HttpWebRequest)WebRequest.Create(" 阅读全文
posted @ 2020-10-29 16:49 天天代码码天天 阅读(6) 评论(0) 推荐(0) 编辑
摘要:/** * 得到属性值 * @param obj */ public static void getAttributeValue(Object obj) { String nameValues = ""; //得到class Class cls = obj.getClass(); //得到所有属性 阅读全文
posted @ 2020-10-19 16:11 天天代码码天天 阅读(11) 评论(0) 推荐(0) 编辑
摘要:API地址 http://47.108.88.211:8089/ 阅读全文
posted @ 2020-10-09 10:37 天天代码码天天 阅读(18) 评论(0) 推荐(0) 编辑