import net.sf.json.JSONArray; import net.sf.json.JSONObject; 相应的pom

<dependency>
   <groupId>net.sf.json-lib</groupId>
   <artifactId>json-lib</artifactId>
   <version>2.4</version>
   <classifier>jdk15</classifier>
</dependency>

猜你喜欢

转载自blog.csdn.net/flymoringbird/article/details/82151018