摘要: package com.baidu.com; public class User { String name = ""; int age = 0; String adderss = ""; String weight = ""; String sex = ""; String height = "" 阅读全文
posted @ 2020-02-05 22:36 18513757531 阅读(570) 评论(0) 推荐(0) 编辑
摘要: 依赖包 <!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --> <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <ve 阅读全文
posted @ 2020-02-05 21:31 18513757531 阅读(2595) 评论(0) 推荐(0) 编辑
摘要: 1 <project xmlns="http://maven.apache.org/POM/4.0.0" 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 xsi:schemaLocation="http://maven.apache 阅读全文
posted @ 2020-02-05 20:50 18513757531 阅读(193) 评论(0) 推荐(0) 编辑