getAsString源码 toString()返回的是JsonElement的字符串,所有是带双引号的,eg: “hello” getAsString()返回的是JsonElement的字符串值,所以不带双引号,eg:hello