野子电竞数据官网改版https://www.xxe.io/全新登场importjavax.xml.bind.JAXBContext;importjavax.xml.bind.Unmarshaller;importjavax.xml.bind.annotation.XmlElement;importjavax.xml.bind.annotation.XmlRootElement;导入java.io.ByteArrayInputStream;导入java.nio.charset.StandardCharsets;导入java.nio.file.Files;导入java.nio.file.Paths;导入java.util.List;/**@API:19.GraphicLive@Website:https://www.xxe.io/*/publicclassFootballTextLive{publicstaticvoidmain(String[]args){try{Stringcontent=getContent();JAXBContextjaxbContext=JAXBContext.newInstance(TextLiveList.class);解组器unmarshaller=jaxbContext.createUnmarshaller();TextLiveList列表=(TextLiveList)unmarshaller.unmarshal(newByteArrayInputStream(content.getBytes()));list.getTextLiveList().forEachitem->System.out.println(item));}catch(Throwablet){t.printStackTrace();}}/***获取API的返回内容**注意:这里为了方便测试文件,我这里使用了本地副本,应该替换为真实接口返回内容*/privatestaticStringgetContent(){try{StringBuilderbuilder=newStringBuilder();List
