11 2021 档案
摘要:1. 引言 什么是Json Schema? 以一个例子来说明 假设有一个web api,接受一个json请求,返回某个用户在某个城市关系最近的若干个好友。一个请求的例子如下: { "city" : "chicago", "number": 20, "user" : { "name":"Alex",
阅读全文
摘要:截取_之前字符串 public static void substringTest01() { String str = "test_https://www.baidu.com/"; String str1 = str.substring(0, str.indexOf("_")); System.o
阅读全文

浙公网安备 33010602011771号