1. 程式人生 > >問題解決記錄【612-714】

問題解決記錄【612-714】

題解 問題解決 tid end 字符串 lib enc epo 對象

1.字符串轉json對象

<!-- https://mvnrepository.com/artifact/net.sf.json-lib/json-lib -->
<dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
<classifier>jdk15</classifier><!--指定jdk版本-->
</dependency>

問題解決記錄【612-714】