dsttl3.xyz

  • 隐私政策
  • dstt
dsttl3
专注于用户阅读体验的响应式博客主题
  1. 首页
  2. 未分类
  3. 正文

Gson 解析json时遇到key是数字,关键字,key中带小数点等问题的解决办法

1970-01-01 35点热度 0人点赞

json示例

{
"dsttl3.cn": "https://www.dsttl3.cn",
"new": "new",
"001": "001"
}

Entity

//需引入gson包
import com.google.gson.annotations.SerializedName;
//
@SerializedName("dsttl3.cn") //dsttl3.cn 为key
String dsttl3_cn;
@SerializedName("new")
String _new;
@SerializedName("001")
String _001;
标签: 暂无
最后更新:2025-09-09

dsttl3

https://dsttl3.xyz

点赞
下一篇 >

© 2025 dsttl3.xyz

Theme Kratos Made By Seaton Jiang