2023年6月20日
摘要: ```java import java.io.File; public class CreateDirectory { public static void main(String[] args) { String path = "D:\\heap\\d\\c\\e"; createDirector 阅读全文
posted @ 2023-06-20 23:21 x-cuke 阅读(422) 评论(0) 推荐(0)
摘要: 一个接收map的接口 ```java @RequestMapping("kkw") public String kkw(@RequestBody Mapmap){ if(map != null){ System.out.println(JSONObject.toJSONString(map));; 阅读全文
posted @ 2023-06-20 23:07 x-cuke 阅读(430) 评论(0) 推荐(0)