91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-04
  • 語言: 其他
  • 標簽: xml??java??

資源簡介

獲取xml文件中標簽所對應的數據 比如:<MsgType>STHY15</MsgType>消息類型 輸出:標記:MsgType,數據: STHY15

資源截圖

代碼片段和文件信息

package?c3i.Package;

import?java.io.File;
import?java.io.FileReader;
import?java.io.IOException;

public?class?GetInformation?{

/**
?*?@param?args
?*?@throws?IOException?
?*/
public?static?void?main(String[]?args)?throws?IOException?{
//?TODO?Auto-generated?method?stub
String?xmlString?=?““;
//char[]?xmlChar?=?new?char[1000];
//-------------------讀取文件內容---------------------------------------
File?xmlFile?=?new?File(“D://C3ISYS//info.xml“);
FileReader?xmlReader?=?new?FileReader(xmlFile);
int?n;
while((n?=?xmlReader.read())!=-1){
xmlString?+=?(char)n;
}
xmlFile?=?null;
xmlReader.close();
//System.out.println(xmlString);
//-------------------分析文件內容---------------------------------------
String?s?=?““;
for?(int?i=45;?i?lSt

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1387??2013-09-12?11:11??獲取xml標簽所對應的數據.java
?????文件?????????878??2013-09-12?10:45??info.xml

評論

共有 條評論