常用工具类

1.MD5加密

import org.apache.commons.codec.digest.DigestUtils;

public class MD5Util {
	public static String getMD5(byte[] source) {
		String s = null;
		char hexDigits[] = { // 用来将字节转换成 16 进制表示的字符
		'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd',
				'e', 'f' };
		try {
			java.security.MessageDigest md = java.security.MessageDigest
					.getInstance("MD5");
			md.update(source);
			byte tmp[] = md.digest(); // MD5 的计算结果是一个 128 位的长整数,
										// 用字节表示就是 16 个字节
			char str[] = new char[16 * 2]; // 每个字节用 16 进制表示的话,使用两个字符,
											// 所以表示成 16 进制需要 32 个字符
			int k = 0; // 表示转换结果中对应的字符位置
			for (int i = 0; i < 16; i++) { // 从第一个字节开始,对 MD5 的每一个字节
											// 转换成 16 进制字符的转换
				byte byte0 = tmp[i]; // 取第 i 个字节
				str[k++] = hexDigits[byte0 >>> 4 & 0xf]; // 取字节中高 4 位的数字转换,
															// >>>
															// 为逻辑右移,将符号位一起右移
				str[k++] = hexDigits[byte0 & 0xf]; // 取字节中低 4 位的数字转换
			}
			s = new String(str); // 换后的结果转换为字符串

		} catch (Exception e) {
			e.printStackTrace();
		}
		return s;
	}

	public synchronized static String getMD5(final String source) {
		return DigestUtils.md5Hex(source);
	}
}

2、解码编码

public class UrlEncoder { 
    public static void main(String[] args) {
        String name = "上海";
        String address = "%E4%B8%8A%E6%B5%B7";
        try {
            name = java.net.URLEncoder.encode(name, "utf-8");
            address = java.net.URLDecoder.decode(address, "utf-8");
            System.out.println(name);
            System.out.println("--->"+address);
        } catch (UnsupportedEncodingException e) {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }
    }
}

3、xml转json

public class Xml_json { 
    public static void main(String[] args) {
    	//fidder返回数据为xml,通过hutool的json包可以转换为json。
		String xml = "<houses><countinfo><allcount>14038</allcount></countinfo><houseinfo>      <category>2</category>  <projcode>1210811666</projcode>  <projname><![CDATA[浦江世博家园七街坊]]></projname>  <address><![CDATA[南江燕路69弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img1.soufunimg.com/viewimage/agents2/2011_09/08/21/30/49/sh/houseinfo/408690445200/224x168c.jpg]]></coverimg>  <esfnum>163</esfnum>  <rentnum>43</rentnum>  <excellentesfnum>30</excellentesfnum>  <excellentrentnum>18</excellentrentnum>  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>43054</price>  <yearadd>6.57</yearadd>  <monthadd>-0.78</monthadd>  <priceRent>2050.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>5,130,61,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,5,139,48,6,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>2,17,11,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,2,19,8,1,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:250.0-280.0~2:320.0-410.0~3:370.0-585.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-43.05</monthaddRent>  <pinggunum>612</pinggunum>  <pinggunumave>0.06</pinggunumave>  <developer><![CDATA[上海世博土地控股有限公司]]></developer>  <propertyManage><![CDATA[20101215174556]]></propertyManage>  <propertyFee>0.55</propertyFee>  <parkDesc><![CDATA[共944个机动车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[浦江世博家园七街坊附近公交:浦江1路、浦江4路、浦江5路、浦江10路、浦江11路、177路、163]]></traffic_other>  <coordx>121.51358795166016</coordx>  <coordy>31.083389282226562</coordy>  <projbuilding>121.5136,31.0854_121.5137,31.0851_121.5131,31.0853_121.5131,31.0850_121.5132,31.0847_121.5138,31.0846_121.5133,31.0845_121.5126,31.0844_121.5119,31.0842_121.5120,31.0839_121.5127,31.0841_121.5134,31.0842_121.5139,31.0844_121.5138,31.0840_121.5139,31.0837_121.5139,31.0834_121.5139,31.0832_121.5132,31.0830_121.5125,31.0828_121.5122,31.0851_121.5114,31.0849_121.5116,31.0845_121.5124,31.0847_121.5127,31.0837_121.5120,31.0835_121.5121,31.0831_121.5129,31.0833_</projbuilding>    <buildingtotal>27</buildingtotal>  <domain><![CDATA[pujiangshibojiayuanqijiefang.fang.com/]]></domain>      <schoolinfo>2575,黄浦一中心世博小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210811666/]]></bbs>  <sign>1210811666</sign>  <finishdate>2005-09-28</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2825.0000</pricerentroom1>  <pricerentroom2>3650.0000</pricerentroom2>  <pricerentroom3>4200.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>22</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1300.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210811666//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>124626</communitycode>  <communityname>浦江世博家园</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>0</monthuv>  <sumuv>1</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210811666.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210423238</projcode>  <projname><![CDATA[金橘新苑]]></projname>  <address><![CDATA[尚博路799弄、尚博路650弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img3.soufunimg.com/viewimage/agents/2013_12/01/M00/09/B9/wKgFqVKbDbOIZC8qAAObL8sG62MAAPMgAMchggAA5tH858/224x168c.jpg]]></coverimg>  <esfnum>630</esfnum>  <rentnum>134</rentnum>  <excellentesfnum>77</excellentesfnum>  <excellentrentnum>66</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>浦东</district>  <comarea>三林</comarea>  <round>中外环间</round>  <areaurl>sanlin.fang.com/</areaurl>  <price>60096</price>  <yearadd>11.59</yearadd>  <monthadd>4.04</monthadd>  <priceRent>4800.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>180,324,194,1,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,8,130,193,398,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>15,34,27,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,14,21,43,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:305.0-442.0~2:336.0-680.0~3:436.0-740.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-4.00</monthaddRent>  <pinggunum>1829</pinggunum>  <pinggunumave>0.19</pinggunumave>  <developer><![CDATA[上海中房置业股份有限公司]]></developer>  <propertyManage><![CDATA[20060309163004]]></propertyManage>  <propertyFee>0.83</propertyFee>  <parkDesc><![CDATA[车位:326个]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:219、572、755、780、795、1003;轨道交通:6号线、11号线。]]></traffic_other>  <coordx>121.53052520751953</coordx>  <coordy>31.15558433532715</coordy>  <projbuilding>121.5323,31.1576_121.5314,31.1576_121.5291,31.1570_121.5291,31.1565_121.5283,31.1566_121.5278,31.1565_121.5344,31.1574_121.5283,31.1552_121.5291,31.1555_121.5287,31.1549_121.5298,31.1554_121.5307,31.1556_121.5307,31.1561_121.5300,31.1559_121.5307,31.1575_121.5300,31.1574_121.5280,31.1562_121.5283,31.1557_121.5289,31.1560_121.5307,31.1566_121.5312,31.1567_121.5336,31.1567_121.5341,31.1569_121.5330,31.1571_121.5323,31.1570_121.5315,31.1572_121.5330,31.1565_121.5299,31.1565_121.5347,31.1572_121.5337,31.1575_121.5330,31.1576_</projbuilding>    <buildingtotal>31</buildingtotal>  <domain><![CDATA[jinjuxinyuan.fang.com/]]></domain>      <schoolinfo>15599,尚博实验小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210423238/]]></bbs>  <sign>1210423238</sign>  <finishdate>2006-06-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>3925.0000</pricerentroom1>  <pricerentroom2>4800.0000</pricerentroom2>  <pricerentroom3>6300.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>80</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1500.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210423238//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>359704</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>11</dayuv>  <weekuv>104</weekuv>  <monthuv>506</monthuv>  <sumuv>2351</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210423238.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210349950</projcode>  <projname><![CDATA[浦江世博家园十街坊]]></projname>  <address><![CDATA[浦申路200弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img1.soufunimg.com/viewimage/agents1/2011_05/16/10/32/54/sh/houseinfo/401245539500/224x168c.jpg]]></coverimg>  <esfnum>127</esfnum>  <rentnum>80</rentnum>  <excellentesfnum>21</excellentesfnum>  <excellentrentnum>34</excellentrentnum>  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>44329</price>  <yearadd>10.47</yearadd>  <monthadd>3.22</monthadd>  <priceRent>2400.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>7,77,62,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,7,81,62,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>2,12,8,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,2,11,9,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:270.0-270.0~2:339.0-445.0~3:388.0-480.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-36.84</monthaddRent>  <pinggunum>563</pinggunum>  <pinggunumave>0.06</pinggunumave>  <developer><![CDATA[上海世博土地控股有限公司]]></developer>  <propertyManage><![CDATA[20101215174556]]></propertyManage>  <propertyFee>0.55</propertyFee>  <parkDesc><![CDATA[共800个机动车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[浦江世博家园十街坊附近的公交站及途径的公交:浦申路联航路 - 途径公交车: 闵行12路;联航路浦驰]]></traffic_other>  <coordx>121.51268005371094</coordx>  <coordy>31.08095932006836</coordy>  <projbuilding>121.5140,31.0828_121.5141,31.0825_121.5142,31.0823_121.5142,31.0820_121.5143,31.0817_121.5129,31.0811_121.5136,31.0813_121.5144,31.0814_121.5144,31.0812_121.5137,31.0810_121.5130,31.0808_121.5131,31.0806_121.5138,31.0807_121.5145,31.0809_121.5130,31.0825_121.5123,31.0823_121.5125,31.0818_121.5132,31.0821_121.5135,31.0816_121.5127,31.0814_</projbuilding>    <buildingtotal>20</buildingtotal>  <domain><![CDATA[shijiefangpjsbjy.fang.com/]]></domain>      <schoolinfo>2575,黄浦一中心世博小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210349950/]]></bbs>  <sign>1210349950</sign>  <finishdate>2005-09-28</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2250.0000</pricerentroom1>  <pricerentroom2>3600.0000</pricerentroom2>  <pricerentroom3>5000.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>33</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1550.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210349950//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode />  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>0</monthuv>  <sumuv>1</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210349950.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210011548</projcode>  <projname><![CDATA[白玉兰家园]]></projname>  <address><![CDATA[西藏南路1717弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgs.soufun.com/viewimage/house/2012_02/24/sh/1330071105726_000/224x168c.jpg]]></coverimg>  <esfnum>77</esfnum>  <rentnum>13</rentnum>  <excellentesfnum>20</excellentesfnum>  <excellentrentnum>10</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>黄浦</district>  <comarea>蓬莱公园</comarea>  <round>内环以内</round>  <areaurl>penglaigongyuan.fang.com/</areaurl>  <price>98103</price>  <yearadd>14.60</yearadd>  <monthadd>1.77</monthadd>  <priceRent>12900.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>3,71,21,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,0,8,13,78,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>0,15,4,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,0,1,2,16,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:0.0-0.0~2:750.0-1250.0~3:1050.0-1450.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>3.20</monthaddRent>  <pinggunum>682</pinggunum>  <pinggunumave>0.07</pinggunumave>  <developer><![CDATA[上海建中房地产开发经营有限公司]]></developer>  <propertyManage><![CDATA[20061102164137]]></propertyManage>  <propertyFee>1.5</propertyFee>  <parkDesc><![CDATA[总共145个机动车位,地上:45个机动车位,地下:100个机动车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[白玉兰家园附近的公交站:中山南路西藏南路 - 途径公交车: 45路 109路 144路 327路 ]]></traffic_other>  <coordx>121.49764251708984</coordx>  <coordy>31.205318450927734</coordy>  <projbuilding>121.4978,31.2058_121.4988,31.2060_121.4986,31.2055_121.4989,31.2056_</projbuilding>    <buildingtotal>4</buildingtotal>  <domain><![CDATA[baiyulanjiayuan.fang.com/]]></domain>      <schoolinfo>2410,上外黄浦外国语小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210011548/]]></bbs>  <sign>1210011548</sign>  <finishdate>2001-01-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>0.0000</pricerentroom1>  <pricerentroom2>10300.0000</pricerentroom2>  <pricerentroom3>0.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>14</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210011548//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode />  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>8</dayuv>  <weekuv>28</weekuv>  <monthuv>152</monthuv>  <sumuv>639</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210011548.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210273544</projcode>  <projname><![CDATA[采菊苑]]></projname>  <address><![CDATA[菊联路68弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img1.soufunimg.com/viewimage/agents/2012_03/12/13/70/84/sh/houseinfo/403191036700/224x168c.jpg]]></coverimg>  <esfnum>470</esfnum>  <rentnum>82</rentnum>  <excellentesfnum>33</excellentesfnum>  <excellentrentnum>34</excellentrentnum>  <projgrade>3.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>宝山</district>  <comarea>顾村</comarea>  <round>外环以外</round>  <areaurl>gucun.fang.com/</areaurl>  <price>39302</price>  <yearadd>4.24</yearadd>  <monthadd>0.30</monthadd>  <priceRent>3300.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>80,372,24,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,246,229,10,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>8,20,6,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,21,12,3,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:210.0-251.0~2:246.0-320.0~3:285.0-430.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-2.94</monthaddRent>  <pinggunum>2159</pinggunum>  <pinggunumave>0.22</pinggunumave>  <developer><![CDATA[上海爱建房产]]></developer>  <propertyManage><![CDATA[20130906092630869]]></propertyManage>  <propertyFee>1.20</propertyFee>  <parkDesc><![CDATA[采菊苑停车位:250个]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[采菊苑附近公交:嘉泰线,、罗南线、淞安专线、宝山3路、宝山1路、527路、528路采菊苑附近地]]></traffic_other>  <coordx>121.3725814819336</coordx>  <coordy>31.355194091796875</coordy>  <projbuilding>121.3754,31.3549_121.3751,31.3553_121.3748,31.3557_121.3746,31.3553_121.3714,31.3545_121.3750,31.3546_121.3744,31.3544_121.3739,31.3547_121.3740,31.3551_121.3741,31.3555_121.3743,31.3558_121.3734,31.3561_121.3724,31.3548_121.3726,31.3561_121.3718,31.3545_121.3720,31.3555_121.3714,31.3553_121.3712,31.3556_121.3744,31.3549_121.3711,31.3548_121.3709,31.3552_121.3731,31.3549_121.3732,31.3553_121.3734,31.3557_121.3719,31.3558_121.3726,31.3553_121.3726,31.3557_121.3721,31.3550_121.3716,31.3548_</projbuilding>    <buildingtotal>29</buildingtotal>  <domain><![CDATA[caijuyuan.fang.com/]]></domain>      <schoolinfo>16204,上海市宝山区宝虹小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210273544/]]></bbs>  <sign>1210273544</sign>  <finishdate>2007-06-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2700.0000</pricerentroom1>  <pricerentroom2>3450.0000</pricerentroom2>  <pricerentroom3>3640.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>82</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1500.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210273544//bbs/]]></bbsnewhouse>  <tuangou>182</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode />  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>24</dayuv>  <weekuv>185</weekuv>  <monthuv>831</monthuv>  <sumuv>2001</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210273544.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210811660</projcode>  <projname><![CDATA[浦江世博家园二街坊]]></projname>  <address><![CDATA[浦申路633弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgs.soufun.com/viewimage/house/2011_01/26/sh/1296018772518_000/224x168c.jpg]]></coverimg>  <esfnum>200</esfnum>  <rentnum>70</rentnum>  <excellentesfnum>26</excellentesfnum>  <excellentrentnum>32</excellentrentnum>  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>43864</price>  <yearadd>10.58</yearadd>  <monthadd>1.28</monthadd>  <priceRent>1900.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>7,122,97,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,4,93,63,90,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>2,13,12,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,1,10,9,11,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:282.0-320.0~2:370.0-420.0~3:400.0-570.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>5.55</monthaddRent>  <pinggunum>1196</pinggunum>  <pinggunumave>0.12</pinggunumave>  <developer><![CDATA[上海世博土地控管有限公司]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee>0.8</propertyFee>  <parkDesc><![CDATA[169个车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[浦江世博家园二街坊附近公交:江月路浦驰路 -途径公交车: 796路 、986路 、浦江1路、 浦江]]></traffic_other>  <coordx>121.5081787109375</coordx>  <coordy>31.088144302368164</coordy>  <projbuilding>121.5095,31.0879_121.5073,31.0873_121.5071,31.0875_121.5071,31.0879_121.5095,31.0882_121.5093,31.0884_121.5092,31.0887_121.5070,31.0881_121.5068,31.0884_121.5092,31.0890_121.5087,31.0877_121.5079,31.0875_121.5078,31.0879_121.5085,31.0881_121.5084,31.0886_121.5076,31.0884_121.5068,31.0887_121.5074,31.0888_121.5083,31.0890_121.5089,31.0892_</projbuilding>    <buildingtotal>20</buildingtotal>  <domain><![CDATA[pujiangshibojiayuanerjiefang.fang.com/]]></domain>      <schoolinfo>2575,黄浦一中心世博小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210811660/]]></bbs>  <sign>1210811660</sign>  <finishdate>2006-04-13</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>1900.0000</pricerentroom1>  <pricerentroom2>3450.0000</pricerentroom2>  <pricerentroom3>4290.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>19</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1600.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210811660//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>124626</communitycode>  <communityname>浦江世博家园</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>4</dayuv>  <weekuv>27</weekuv>  <monthuv>208</monthuv>  <sumuv>685</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210811660.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1823619942</projcode>  <projname><![CDATA[奥园印象高迪]]></projname>  <address><![CDATA[景泾路以北,黄浦江路以东]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgwcs2.soufunimg.com/viewimage/house/2020_01/20/6681e727-1621-47af-a416-c2baabafa0cf/224x168c.jpg]]></coverimg>  <esfnum>2</esfnum>  <rentnum />  <excellentesfnum>1</excellentesfnum>  <excellentrentnum />  <projgrade>0.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>上海周边</district>  <comarea>昆山</comarea>  <round>中环以外</round>  <areaurl />  <price>13620</price>  <yearadd>5.35</yearadd>  <monthadd>1.00</monthadd>  <priceRent>1747.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>4,108,322,39,9</esfroomNumTotal>  <esfpriceNumTotal>0,50,50,80,80,100,100,120,120,150,150,200,200,300,300,+∞_0,48,26,203,198,44,6,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>2,34,56,11,4</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,50,50,80,80,100,100,120,120,150,150,200,200,300,300,+∞_0,21,7,32,42,12,2,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:63.0-180.0~2:46.0-129.0~3:60.0-155.0~4:87.0-180.0~5:128.0-180.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>0.28</monthaddRent>  <pinggunum>1070</pinggunum>  <pinggunumave>0.11</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[20110728102747]]></propertyManage>  <propertyFee>1.00</propertyFee>  <parkDesc><![CDATA[1:1]]></parkDesc>  <aroundService><![CDATA[中小学:亭林中学、炎武小学、淞南幼儿园综合商场:美田商业广场、中兴广场、秦峰广场、中兴大卖场 、大润发、苏杭时代银行:农业银行、工商银行、农村商业银行 、建设银行、中国银行医院:千灯人民医院周边外资医院、韩国科技城、韩国大卖场、星级商务酒店等 邮局:千灯镇邮政局]]></aroundService>  <traffic_other><![CDATA[11号线到墨玉路站下,132路到千灯站下]]></traffic_other>  <coordx>121.02478790283203</coordx>  <coordy>31.25845718383789</coordy>  <projbuilding>121.0247,31.2584_121.0245,31.2614_121.0248,31.2600_121.0261,31.2585_121.0250,31.2617_121.0242,31.2596_121.0242,31.2584_121.0243,31.2579_121.0247,31.2596_121.0248,31.2589_121.0253,31.2578_121.0253,31.2583_121.0257,31.2590_121.0241,31.2590_121.0259,31.2596_121.0265,31.2599_121.0257,31.2599_121.0262,31.2602_121.0264,31.2606_121.0257,31.2606_121.0243,31.2600_121.0244,31.2605_121.0260,31.2609_121.0259,31.2613_121.0259,31.2617_121.0250,31.2613_121.0244,31.2609_121.0246,31.2619_121.0260,31.2620_121.0260,31.2625_121.0256,31.2626_121.0247,31.2625_</projbuilding>    <buildingtotal>32</buildingtotal>  <domain><![CDATA[yinxianggaodiay.fang.com/]]></domain>      <schoolinfo>11108,昆山市千灯镇炎武小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1823619942/]]></bbs>  <sign>1823619942</sign>  <finishdate>2012-05-15</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>636.0000</pricerentroom1>  <pricerentroom2>1456.0000</pricerentroom2>  <pricerentroom3>1748.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum />  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://ks.bbs.fang.com/board/1823619942//bbs/]]></bbsnewhouse>  <tuangou>59</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>167226</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 </tags>  <dayuv>20</dayuv>  <weekuv>114</weekuv>  <monthuv>564</monthuv>  <sumuv>2028</sumuv>  <housefeature><![CDATA[景观居所,国际化社区]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1823619942.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210035793</projcode>  <projname><![CDATA[弘辉名苑]]></projname>  <address><![CDATA[西藏南路1501弄1-8号]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgwcs2.soufunimg.com/viewimage/house/2019_07/23/9d3d95bc-1430-460b-8231-004eadaed9e7/224x168c.jpg]]></coverimg>  <esfnum>246</esfnum>  <rentnum>36</rentnum>  <excellentesfnum>37</excellentesfnum>  <excellentrentnum>19</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>黄浦</district>  <comarea>蓬莱公园</comarea>  <round>内环以内</round>  <areaurl>penglaigongyuan.fang.com/</areaurl>  <price>95001</price>  <yearadd>4.45</yearadd>  <monthadd>1.94</monthadd>  <priceRent>7350.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>13,116,139,2,14</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,3,9,35,237,17,1,</esfpriceNumTotal>  <excellentesfroomNumTotal>3,16,16,0,1</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,1,3,9,27,2,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:450.0-800.0~2:800.0-1160.0~3:1050.0-1670.0~4:0.0-0.0~5:2488.0-2488.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>2.08</monthaddRent>  <pinggunum>1358</pinggunum>  <pinggunumave>0.14</pinggunumave>  <developer><![CDATA[上海虹辉房地产公司]]></developer>  <propertyManage><![CDATA[20100429144821]]></propertyManage>  <propertyFee>1.80</propertyFee>  <parkDesc><![CDATA[地上:100个机动车位;地下:260个机动车位元/个]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[弘辉名苑附近公交:96路、45路、109路、23路、18路、169路等弘辉名苑附近地铁:8号线]]></traffic_other>  <coordx>121.49624633789062</coordx>  <coordy>31.208965301513672</coordy>  <projbuilding>121.4959,31.2095_121.4966,31.2090_121.4964,31.2085_121.4971,31.2084_</projbuilding>    <buildingtotal>4</buildingtotal>  <domain><![CDATA[honghuimingyuan.fang.com/]]></domain>      <schoolinfo>2410,上外黄浦外国语小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210035793/]]></bbs>  <sign>1210035793</sign>  <finishdate>2005-05-02</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>3000.0000</pricerentroom1>  <pricerentroom2>9500.0000</pricerentroom2>  <pricerentroom3>11200.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>15</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>2173.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210035793//bbs/]]></bbsnewhouse>  <tuangou>2</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>286268</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>0</monthuv>  <sumuv>1</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210035793.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210085723</projcode>  <projname><![CDATA[长峰馨园]]></projname>  <address><![CDATA[柳市路1弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img.soufun.com/viewimage/house/2006_12/05/1165290210337/50x37.jpeg]]></coverimg>  <esfnum>97</esfnum>  <rentnum>5</rentnum>  <excellentesfnum>15</excellentesfnum>  <excellentrentnum>3</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>黄浦</district>  <comarea>董家渡</comarea>  <round>内环以内</round>  <areaurl>dongjiadu.fang.com/</areaurl>  <price>86754</price>  <yearadd>5.75</yearadd>  <monthadd>0.09</monthadd>  <priceRent>13000.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>0,29,58,24,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,0,6,26,81,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>0,6,7,2,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,0,0,3,4,9,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:0.0-0.0~2:730.0-998.0~3:1180.0-1450.0~4:1650.0-1650.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-7.14</monthaddRent>  <pinggunum>856</pinggunum>  <pinggunumave>0.09</pinggunumave>  <developer><![CDATA[上海南峰房地产开发有限公司]]></developer>  <propertyManage><![CDATA[20061205113125]]></propertyManage>  <propertyFee>2</propertyFee>  <parkDesc><![CDATA[车位数:300个]]></parkDesc>  <aroundService><![CDATA[长峰馨园周边配套:医院:第九人民医院中小学:大同中学、市八中学]]></aroundService>  <traffic_other><![CDATA[长峰馨园附近的公交:陆家浜路海潮路 -途径公交车: 43路 64路 89路 931路;中山南路多稼]]></traffic_other>  <coordx>121.5062255859375</coordx>  <coordy>31.218494415283203</coordy>  <projbuilding>121.5067,31.2186_121.5068,31.2190_121.5056,31.2183_121.5060,31.2192_121.5062,31.2192_121.5058,31.2183_121.5062,31.2192_121.5069,31.2186_</projbuilding>    <buildingtotal>8</buildingtotal>  <domain><![CDATA[changfengxinyuan.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210085723/]]></bbs>  <sign>1210085723</sign>  <finishdate>2007-02-28</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>6500.0000</pricerentroom1>  <pricerentroom2>10900.0000</pricerentroom2>  <pricerentroom3>15500.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>12</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>3490.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210085723//bbs/]]></bbsnewhouse>  <tuangou>21</tuangou>  <aerialid>16029</aerialid>  <aerialhouseurl><![CDATA[https://img360wcs.soufunimg.com/2018/01/24/sh/720/8ec5fbf1b73745efb90256451c4e3488/html/index.html?nc=1210085723%amptype=hangpai%ampchannel=esf%ampp=100]]></aerialhouseurl>  <aerialpicurl><![CDATA[http://img360.fang.com/2018/01/24/bj/static/5007e9a160674f38b42002e242beab7f.jpg]]></aerialpicurl>  <aerialisshow>1</aerialisshow>  <aerialfabu>1</aerialfabu>  <aerialn_or_e>e</aerialn_or_e>  <aerialesfcall>0</aerialesfcall>  <communitycode>157352</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>近地铁 </tags>  <dayuv>4</dayuv>  <weekuv>16</weekuv>  <monthuv>115</monthuv>  <sumuv>433</sumuv>  <housefeature><![CDATA[豪华居住区,国际化社区]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210085723.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1211207376</projcode>  <projname><![CDATA[永康城和康苑]]></projname>  <address><![CDATA[永颂路299弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgwcs2.soufunimg.com/viewimage/house/2019_03/29/d899ab54-6694-4ded-a961-9bb827219e65/224x168c.jpg]]></coverimg>  <esfnum>168</esfnum>  <rentnum>5</rentnum>  <excellentesfnum>32</excellentesfnum>  <excellentrentnum>4</excellentrentnum>  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>27031</price>  <yearadd>7.04</yearadd>  <monthadd>1.57</monthadd>  <priceRent>2300.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>24,158,13,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,123,7,0,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>5,21,5,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,19,3,0,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:150.0-165.0~2:183.0-300.0~3:260.0-300.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>2.22</monthaddRent>  <pinggunum>319</pinggunum>  <pinggunumave>0.03</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee>1.3</propertyFee>  <parkDesc><![CDATA[]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交: 浦江16路、浦江16区间、浦江19路、浦江9路]]></traffic_other>  <coordx>121.5075454711914</coordx>  <coordy>31.036701202392578</coordy>  <projbuilding>121.5063,31.0374_121.5061,31.0365_121.5067,31.0366_121.5076,31.0366_121.5073,31.0370_121.5076,31.0373_121.5061,31.0378_121.5061,31.0369_121.5067,31.0377_121.5074,31.0378_</projbuilding>    <buildingtotal>10</buildingtotal>  <domain><![CDATA[hekangyuanykc.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1211207376/]]></bbs>  <sign>1211207376</sign>  <finishdate />  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>1678.0000</pricerentroom1>  <pricerentroom2>2200.0000</pricerentroom2>  <pricerentroom3>0.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum />  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1211207376//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>116608</communitycode>  <communityname>永康城</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>1</monthuv>  <sumuv>3</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1211207376.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210030756</projcode>  <projname><![CDATA[大上海城市花园]]></projname>  <address><![CDATA[宜昌路588弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgwcs2.soufunimg.com/viewimage/house/2019_07/29/1e966e77-4149-4a53-bf1a-b5962739ee45/224x168c.jpg]]></coverimg>  <esfnum>256</esfnum>  <rentnum>17</rentnum>  <excellentesfnum>77</excellentesfnum>  <excellentrentnum>10</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>普陀</district>  <comarea>长寿路</comarea>  <round>内环以内</round>  <areaurl>changshoush.fang.com/</areaurl>  <price>72787</price>  <yearadd>-0.27</yearadd>  <monthadd>3.34</monthadd>  <priceRent>8500.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>23,185,114,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,5,12,187,104,23,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>7,38,29,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,2,4,44,22,4,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:320.0-630.0~2:505.0-940.0~3:578.0-1320.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-17.07</monthaddRent>  <pinggunum>1001</pinggunum>  <pinggunumave>0.10</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[20100511163615]]></propertyManage>  <propertyFee>1.60</propertyFee>  <parkDesc><![CDATA[停车位60个]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:13路、24路、36路、40路、54路、63路、68路、105路、106路、112路、138]]></traffic_other>  <coordx>121.43745422363281</coordx>  <coordy>31.25000762939453</coordy>  <projbuilding>121.4380,31.2497_121.4372,31.2496_121.4364,31.2498_121.4362,31.2502_121.4373,31.2501_121.4368,31.2505_</projbuilding>    <buildingtotal>6</buildingtotal>  <domain><![CDATA[dashanghaichengshihuayuan.fang.com/]]></domain>      <schoolinfo>1935,上海市普陀区明山小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210030756/]]></bbs>  <sign>1210030756</sign>  <finishdate>2004-05-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>6200.0000</pricerentroom1>  <pricerentroom2>10000.0000</pricerentroom2>  <pricerentroom3>13000.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>12</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>2296.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210030756//bbs/]]></bbsnewhouse>  <tuangou>5</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>159018</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>9</dayuv>  <weekuv>92</weekuv>  <monthuv>279</monthuv>  <sumuv>725</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210030756.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1211180602</projcode>  <projname><![CDATA[永康城香樟苑]]></projname>  <address><![CDATA[盐铁塘路435弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img11.soufunimg.com/viewimage/house/2019_01/25/M1F/11/B0/ChCE4VxK3eSIcS1oAAqkqJJfyVwABJL4wHz-BoACqTA587/224x168c.jpg]]></coverimg>  <esfnum>343</esfnum>  <rentnum>24</rentnum>  <excellentesfnum>29</excellentesfnum>  <excellentrentnum>12</excellentrentnum>  <projgrade>4.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>中外环间</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>26414</price>  <yearadd>5.62</yearadd>  <monthadd>-0.06</monthadd>  <priceRent>2500.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>57,195,115,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,122,0,0,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>7,16,6,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,8,0,0,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:135.0-148.0~2:175.0-259.0~3:200.0-220.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>6.38</monthaddRent>  <pinggunum>808</pinggunum>  <pinggunumave>0.08</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee>1.2</propertyFee>  <parkDesc><![CDATA[停车位的比例是1:0.8]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[地铁:8号线浦江镇站;公交: 浦江3路、江平专线、南申专线、海航专线、浦江16路。]]></traffic_other>  <coordx>121.51332092285156</coordx>  <coordy>31.040353775024414</coordy>  <projbuilding>121.5117,31.0413_121.5123,31.0414_121.5129,31.0415_121.5135,31.0415_121.5135,31.0409_121.5125,31.0409_121.5117,31.0409_121.5117,31.0404_121.5135,31.0405_121.5135,31.0399_121.5116,31.0399_121.5117,31.0394_121.5126,31.0394_121.5135,31.0394_121.5126,31.0390_121.5116,31.0390_</projbuilding>    <buildingtotal>16</buildingtotal>  <domain><![CDATA[xiangzhangyuanykc.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1211180602/]]></bbs>  <sign>1211180602</sign>  <finishdate>2014-11-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2100.0000</pricerentroom1>  <pricerentroom2>2500.0000</pricerentroom2>  <pricerentroom3>3096.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum />  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1211180602//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>116608</communitycode>  <communityname>永康城</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>0</monthuv>  <sumuv>1</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1211180602.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210068552</projcode>  <projname><![CDATA[翰城国际]]></projname>  <address><![CDATA[云台路1000弄1-39号]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img1.soufunimg.com/viewimage/agents/2009_07/20/sh/project/1248094252721_000/224x168c.jpg]]></coverimg>  <esfnum>131</esfnum>  <rentnum>31</rentnum>  <excellentesfnum>46</excellentesfnum>  <excellentrentnum>11</excellentrentnum>  <projgrade>4.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>浦东</district>  <comarea>三林</comarea>  <round>中内环间</round>  <areaurl>sanlin.fang.com/</areaurl>  <price>58329</price>  <yearadd>3.26</yearadd>  <monthadd>0.23</monthadd>  <priceRent>6150.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>12,85,62,5,2</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,6,29,121,9,11,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>5,19,19,1,1</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,0,3,11,30,3,3,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:345.0-480.0~2:400.0-800.0~3:420.0-1200.0~4:1119.0-1119.0~5:650.0-650.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-5.38</monthaddRent>  <pinggunum>927</pinggunum>  <pinggunumave>0.09</pinggunumave>  <developer><![CDATA[上海恒大房产股份有限公司]]></developer>  <propertyManage><![CDATA[20051104103650]]></propertyManage>  <propertyFee>2</propertyFee>  <parkDesc><![CDATA[地下有300个车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:177路、576路、583路、614路、955路、周鲁线;地铁:6号线、8号线。]]></traffic_other>  <coordx>121.51604461669922</coordx>  <coordy>31.16034698486328</coordy>  <projbuilding>121.5170,31.1607_121.5170,31.1611_121.5167,31.1615_121.5157,31.1612_121.5149,31.1609_121.5147,31.1607_121.5157,31.1607_121.5163,31.1610_121.5161,31.1600_121.5167,31.1600_121.5173,31.1603_121.5161,31.1605_121.5164,31.1596_121.5174,31.1598_</projbuilding>    <buildingtotal>14</buildingtotal>  <domain><![CDATA[hanchengguoji.fang.com/]]></domain>      <schoolinfo>2335,联丰小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210068552/]]></bbs>  <sign>1210068552</sign>  <finishdate>2005-01-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>3883.0000</pricerentroom1>  <pricerentroom2>6200.0000</pricerentroom2>  <pricerentroom3>8000.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>18</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>686.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210068552//bbs/]]></bbsnewhouse>  <tuangou>93</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode />  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 近地铁 </tags>  <dayuv>4</dayuv>  <weekuv>42</weekuv>  <monthuv>218</monthuv>  <sumuv>778</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210068552.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1211177536</projcode>  <projname><![CDATA[永康城盛华园]]></projname>  <address><![CDATA[鲁康路1198弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgwcs2.soufunimg.com/viewimage/house/2019_04/16/a28e75a8-666f-4233-a86e-8905f7042ff0/224x168c.jpg]]></coverimg>  <esfnum>21</esfnum>  <rentnum />  <excellentesfnum>8</excellentesfnum>  <excellentrentnum />  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>中外环间</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>25131</price>  <yearadd>-2.18</yearadd>  <monthadd>-3.48</monthadd>  <priceRent>2400.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>12,17,0,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,12,0,0,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>3,5,0,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,3,0,0,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:152.0-158.0~2:190.0-215.0~3:0.0-0.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>0.00</monthaddRent>  <pinggunum>125</pinggunum>  <pinggunumave>0.01</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee>1.31</propertyFee>  <parkDesc><![CDATA[本项目规划建设机动停车位413个,其中地上停车位128个,地下停车位285个;按照规划设计建造了非机动车停车库。]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:43路、 92路、 92路b线、 120路、166路、 186路;地铁:漕宝路站(12号]]></traffic_other>  <coordx>121.50997924804688</coordx>  <coordy>31.037254333496094</coordy>  <projbuilding>121.5089,31.0366_121.5089,31.0379_121.5095,31.0367_121.5100,31.0367_121.5100,31.0373_121.5095,31.0373_121.5090,31.0372_121.5094,31.0379_121.5100,31.0380_</projbuilding>    <buildingtotal>9</buildingtotal>  <domain><![CDATA[shenghuayuanykc.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1211177536/]]></bbs>  <sign>1211177536</sign>  <finishdate>2013-12-20</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>0.0000</pricerentroom1>  <pricerentroom2>0.0000</pricerentroom2>  <pricerentroom3>0.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum />  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1211177536//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>116608</communitycode>  <communityname>永康城</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>0</dayuv>  <weekuv>0</weekuv>  <monthuv>0</monthuv>  <sumuv>1</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1211177536.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210934798</projcode>  <projname><![CDATA[博学家园]]></projname>  <address><![CDATA[杨南路1899弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img3.soufunimg.com/viewimage/agents/2013_11/30/M08/09/A5/wKgFqFKZ1-aIaaCOAAJg91W5JQwAAPEgwC-6J8AAmEP814/224x168c.jpg]]></coverimg>  <esfnum>204</esfnum>  <rentnum>375</rentnum>  <excellentesfnum>50</excellentesfnum>  <excellentrentnum>33</excellentrentnum>  <projgrade>4.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>浦东</district>  <comarea>三林</comarea>  <round>中内环间</round>  <areaurl>sanlin.fang.com/</areaurl>  <price>56273</price>  <yearadd>6.30</yearadd>  <monthadd>1.79</monthadd>  <priceRent>2200.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>47,173,39,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,13,79,135,46,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>7,33,10,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,3,14,25,10,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:300.0-360.0~2:296.0-650.0~3:390.0-595.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-21.42</monthaddRent>  <pinggunum>677</pinggunum>  <pinggunumave>0.07</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee>0.8</propertyFee>  <parkDesc><![CDATA[停车位的比例是1:0.8]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:784区间、632路;地铁:三林站(11号线) 、高青路站(6号线)、华夏西路站(6号线]]></traffic_other>  <coordx>121.5254898071289</coordx>  <coordy>31.162761688232422</coordy>  <projbuilding>121.5253,31.1622_121.5259,31.1624_121.5265,31.1626_121.5238,31.1635_121.5245,31.1637_121.5252,31.1639_121.5259,31.1641_121.5250,31.1614_121.5269,31.1619_121.5274,31.1621_121.5273,31.1624_121.5267,31.1622_121.5261,31.1620_121.5253,31.1619_121.5247,31.1617_121.5247,31.1619_121.5255,31.1615_121.5270,31.1628_121.5268,31.1630_121.5261,31.1629_121.5255,31.1628_121.5249,31.1627_121.5262,31.1617_121.5244,31.1624_121.5242,31.1627_121.5240,31.1630_121.5248,31.1630_121.5253,31.1631_121.5258,31.1632_121.5266,31.1634_121.5263,31.1637_121.5257,31.1636_121.5251,31.1634_121.5245,31.1633_121.5239,31.1632_</projbuilding>    <buildingtotal>35</buildingtotal>  <domain><![CDATA[boxuejiayuan.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210934798/]]></bbs>  <sign>1210934798</sign>  <finishdate>2010-01-15</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2500.0000</pricerentroom1>  <pricerentroom2>4800.0000</pricerentroom2>  <pricerentroom3>6000.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>34</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1800.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210934798//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid>16312</aerialid>  <aerialhouseurl><![CDATA[https://img360wcs.soufunimg.com/2018/01/30/sh/720/a6d0147d656540eba87f85b02fa91be1/html/index.html?nc=1210934798%amptype=hangpai%ampchannel=esf%ampp=100]]></aerialhouseurl>  <aerialpicurl><![CDATA[http://img360.fang.com/2018/01/30/bj/static/ef84d41ddcd3434e847a38e1e6f41af6.jpg]]></aerialpicurl>  <aerialisshow>1</aerialisshow>  <aerialfabu>1</aerialfabu>  <aerialn_or_e>e</aerialn_or_e>  <aerialesfcall>0</aerialesfcall>  <communitycode>158482</communitycode>  <communityname />  <iscommercialbuilding>0</iscommercialbuilding>  <tags>近地铁 </tags>  <dayuv>11</dayuv>  <weekuv>105</weekuv>  <monthuv>350</monthuv>  <sumuv>1514</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210934798.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1211263958</projcode>  <projname><![CDATA[瑞和华苑]]></projname>  <address><![CDATA[江航南路801弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://imgs.soufun.com/viewimage/house/2015_11/19/sh/1447929952939_000/224x168c.jpg]]></coverimg>  <esfnum>80</esfnum>  <rentnum />  <excellentesfnum>24</excellentesfnum>  <excellentrentnum />  <projgrade>2.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>29376</price>  <yearadd>3.03</yearadd>  <monthadd>-0.64</monthadd>  <priceRent>2775.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>32,66,4,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,70,3,0,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>8,15,1,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,17,1,0,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:157.0-215.0~2:210.0-258.0~3:300.0-300.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>18.08</monthaddRent>  <pinggunum>245</pinggunum>  <pinggunumave>0.02</pinggunumave>  <developer><![CDATA[上海静安新城置业有限公司]]></developer>  <propertyManage><![CDATA[20100511135454]]></propertyManage>  <propertyFee>1.2</propertyFee>  <parkDesc><![CDATA[]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[瑞和华苑公交:闵驰一路江航南路公交站浦江9、浦江20、浦江11。]]></traffic_other>  <coordx>121.54302978515625</coordx>  <coordy>31.045085906982422</coordy>  <projbuilding>121.5433,31.0452_121.5433,31.0456_121.5429,31.0455_121.5424,31.0451_121.5425,31.0447_121.5432,31.0447_</projbuilding>    <buildingtotal>6</buildingtotal>  <domain><![CDATA[ruihehuayuan2.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1211263958/]]></bbs>  <sign>1211263958</sign>  <finishdate>2013-01-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>0.0000</pricerentroom1>  <pricerentroom2>0.0000</pricerentroom2>  <pricerentroom3>0.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>19</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1211263958//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>112940</communitycode>  <communityname>瑞和华苑</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>7</dayuv>  <weekuv>31</weekuv>  <monthuv>178</monthuv>  <sumuv>517</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1211263958.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210912770</projcode>  <projname><![CDATA[景江苑C区]]></projname>  <address><![CDATA[浦秀路499弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img3.soufunimg.com/viewimage/agents/2013_12/23/M03/0B/88/wKgFqFK4B8mIUjaYAAGmVxpwVCAAASBSwMEziUAAaZv801/224x168c.jpg]]></coverimg>  <esfnum>71</esfnum>  <rentnum>13</rentnum>  <excellentesfnum>21</excellentesfnum>  <excellentrentnum>3</excellentrentnum>  <projgrade>2.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>36882</price>  <yearadd>7.23</yearadd>  <monthadd>2.53</monthadd>  <priceRent>1665.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>28,38,24,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,44,28,22,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>4,12,5,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,9,8,5,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:183.0-240.0~2:258.0-370.0~3:475.0-488.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-55.00</monthaddRent>  <pinggunum>360</pinggunum>  <pinggunumave>0.04</pinggunumave>  <developer><![CDATA[]]></developer>  <propertyManage><![CDATA[20101215174556]]></propertyManage>  <propertyFee>0.2</propertyFee>  <parkDesc><![CDATA[停车位:889]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[地铁八号线、浦江4路、177路、闵行11路、浦江1路、163路、175路、芦杜专线 、浦江3路]]></traffic_other>  <coordx>121.49950408935547</coordx>  <coordy>31.08383560180664</coordy>  <projbuilding>121.5005,31.0838_121.4998,31.0836_121.5001,31.0834_121.4990,31.0835_121.4983,31.0833_121.5003,31.0841_121.4997,31.0839_121.4990,31.0838_121.4982,31.0836_121.5003,31.0844_121.4988,31.0841_121.4980,31.0839_121.4999,31.0847_121.4984,31.0843_121.4989,31.0831_</projbuilding>    <buildingtotal>15</buildingtotal>  <domain><![CDATA[jingjiangyuancqu.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210912770/]]></bbs>  <sign>1210912770</sign>  <finishdate>2004-01-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>2913.0000</pricerentroom1>  <pricerentroom2>3900.0000</pricerentroom2>  <pricerentroom3>3767.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>6</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1285.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210912770//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>109378</communitycode>  <communityname>景江苑</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>7</dayuv>  <weekuv>32</weekuv>  <monthuv>106</monthuv>  <sumuv>428</sumuv>  <housefeature><![CDATA[小户型]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210912770.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210880172</projcode>  <projname><![CDATA[景舒苑]]></projname>  <address><![CDATA[浦秀路359弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img3.soufunimg.com/viewimage/agents/2013_12/08/M01/0A/54/wKgFr1KkTcCIV_uzAAFSb7bwj3cAAQJHgMVHwAAAVKH934/224x168c.jpg]]></coverimg>  <esfnum>128</esfnum>  <rentnum>29</rentnum>  <excellentesfnum>32</excellentesfnum>  <excellentrentnum>14</excellentrentnum>  <projgrade>3.5</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>35543</price>  <yearadd>6.06</yearadd>  <monthadd>2.69</monthadd>  <priceRent>2500.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>30,32,94,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,35,34,89,5,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>6,6,18,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,6,8,17,1,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:133.0-265.0~2:250.0-360.0~3:380.0-500.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-21.87</monthaddRent>  <pinggunum>535</pinggunum>  <pinggunumave>0.05</pinggunumave>  <developer><![CDATA[上海浦陈房地产开发经营有限公司]]></developer>  <propertyManage><![CDATA[20131120095716]]></propertyManage>  <propertyFee>0.5</propertyFee>  <parkDesc><![CDATA[停车位:500个]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[景舒苑一村附近公交:浦雪路江园路公交站浦江5路、163路、浦江一路、浦江4路、闵行12路、社区巴士]]></traffic_other>  <coordx>121.50155639648438</coordx>  <coordy>31.081403732299805</coordy>  <projbuilding>121.5009,31.0801_121.5012,31.0819_121.4996,31.0812_121.5000,31.0819_121.5017,31.0803_121.4999,31.0822_121.4991,31.0820_121.5017,31.0800_121.5016,31.0806_121.5008,31.0805_121.5013,31.0812_121.5006,31.0808_121.4999,31.0805_121.5012,31.0816_121.5005,31.0812_121.5009,31.0798_121.4997,31.0808_121.4994,31.0815_121.5007,31.0821_121.4991,31.0817_121.5006,31.0824_121.5004,31.0826_121.4997,31.0825_121.4990,31.0823_</projbuilding>    <buildingtotal>24</buildingtotal>  <domain><![CDATA[jingshuyuanyicun.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210880172/]]></bbs>  <sign>1210880172</sign>  <finishdate>2007-11-01</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>3400.0000</pricerentroom1>  <pricerentroom2>3200.0000</pricerentroom2>  <pricerentroom3>5053.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>17</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>1725.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210880172//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid>16607</aerialid>  <aerialhouseurl><![CDATA[https://img360wcs.soufunimg.com/2018/02/11/sh/720/9ccef21e520e40d2b047d077337cb537/html/index.html?nc=1210880172%amptype=hangpai%ampchannel=esf%ampp=100]]></aerialhouseurl>  <aerialpicurl><![CDATA[http://img360.fang.com/2018/02/11/bj/static/fec922a745104f6086b9d93b7845971a.jpg]]></aerialpicurl>  <aerialisshow>1</aerialisshow>  <aerialfabu>1</aerialfabu>  <aerialn_or_e>e</aerialn_or_e>  <aerialesfcall>0</aerialesfcall>  <communitycode>109764</communitycode>  <communityname>景舒苑</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>4</dayuv>  <weekuv>37</weekuv>  <monthuv>197</monthuv>  <sumuv>597</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210880172.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1211208346</projcode>  <projname><![CDATA[永康城浦欣苑]]></projname>  <address><![CDATA[永高路75弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img11.soufunimg.com/viewimage/house/2019_01/28/M15/11/B5/ChCE4FxOy5CIDCFVAA2kWv1vOkUABJNqwJuCVoADaRy595/224x168c.jpg]]></coverimg>  <esfnum>131</esfnum>  <rentnum>5</rentnum>  <excellentesfnum>25</excellentesfnum>  <excellentrentnum>3</excellentrentnum>  <projgrade>3.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>闵行</district>  <comarea>浦江</comarea>  <round>外环以外</round>  <areaurl>pujiangzhen.fang.com/</areaurl>  <price>26409</price>  <yearadd>4.14</yearadd>  <monthadd>-1.59</monthadd>  <priceRent>2800.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>29,123,8,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,117,0,0,0,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>6,17,2,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,15,0,0,0,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:145.0-152.0~2:190.0-216.0~3:260.0-284.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>7.69</monthaddRent>  <pinggunum>168</pinggunum>  <pinggunumave>0.02</pinggunumave>  <developer><![CDATA[上海莘松缘澄房地产有限公司]]></developer>  <propertyManage><![CDATA[]]></propertyManage>  <propertyFee />  <parkDesc><![CDATA[]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:浦江16路、浦江16区间、浦江19路。]]></traffic_other>  <coordx>121.5047836303711</coordx>  <coordy>31.034862518310547</coordy>  <projbuilding>121.5050,31.0352_121.5050,31.0341_121.5049,31.0356_121.5038,31.0355_121.5040,31.0349_121.5049,31.0346_121.5040,31.0342_121.5041,31.0337_121.5049,31.0336_</projbuilding>    <buildingtotal>9</buildingtotal>  <domain><![CDATA[puxinyuanykc.fang.com/]]></domain>      <schoolinfo />    <bbs><![CDATA[http://sh.bbs.fang.com/board/1211208346/]]></bbs>  <sign>1211208346</sign>  <finishdate>2014-04-18</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>0.0000</pricerentroom1>  <pricerentroom2>0.0000</pricerentroom2>  <pricerentroom3>0.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>5</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>0.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1211208346//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid />  <aerialhouseurl />  <aerialpicurl />  <aerialisshow />  <aerialfabu />  <aerialn_or_e />  <aerialesfcall />  <communitycode>116608</communitycode>  <communityname>永康城</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags />  <dayuv>8</dayuv>  <weekuv>44</weekuv>  <monthuv>224</monthuv>  <sumuv>704</sumuv>  <housefeature><![CDATA[]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1211208346.html</wapurl></houseinfo><houseinfo>      <category>2</category>  <projcode>1210612278</projcode>  <projname><![CDATA[金禾新苑]]></projname>  <address><![CDATA[环林东路271弄]]></address>  <purpose>住宅</purpose>  <subpurpose />  <isestimate>2</isestimate>  <coverimg><![CDATA[http://img3.soufunimg.com/viewimage/agents/2013_10/23/M03/06/6C/wKgFqFJnP3aIKEQwAAPMeyj26i8AAKCMQDx3mEAA8yT857/224x168c.jpg]]></coverimg>  <esfnum>378</esfnum>  <rentnum>155</rentnum>  <excellentesfnum>52</excellentesfnum>  <excellentrentnum>65</excellentrentnum>  <projgrade>5.0</projgrade>  <searchqty>0</searchqty>  <isnewshopnear>1</isnewshopnear>  <liveshow>0</liveshow>    <mendianid />  <mendianname><![CDATA[]]></mendianname>  <mendianlogo><![CDATA[]]></mendianlogo>  <esfshopid />  <esfshopname><![CDATA[]]></esfshopname>  <sefshoplogo><![CDATA[]]></sefshoplogo>  <esfmobile><![CDATA[]]></esfmobile>  <esfhotLine><![CDATA[]]></esfhotLine>  <esfispay><![CDATA[]]></esfispay>  <zfshopid />  <zfshopname><![CDATA[]]></zfshopname>  <zfshoplogo><![CDATA[]]></zfshoplogo>  <zumobile><![CDATA[]]></zumobile>  <zuhotLine><![CDATA[]]></zuhotLine>  <zuispay><![CDATA[]]></zuispay>  <shangyshopid />  <shangyshopname><![CDATA[]]></shangyshopname>  <shangyshoplogo><![CDATA[]]></shangyshoplogo>  <shangymobile><![CDATA[]]></shangymobile>  <shangyhotLine><![CDATA[]]></shangyhotLine>  <shangyispay><![CDATA[]]></shangyispay>  <city>上海</city>  <district>浦东</district>  <comarea>三林</comarea>  <round>中外环间</round>  <areaurl>sanlin.fang.com/</areaurl>  <price>58358</price>  <yearadd>7.35</yearadd>  <monthadd>1.53</monthadd>  <priceRent>4500.00</priceRent>  <pinggudate>2018-05-30 03:02:26.523</pinggudate>  <esfroomNumTotal>58,223,142,0,0</esfroomNumTotal>  <esfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,7,78,145,207,0,0,0,0,</esfpriceNumTotal>  <excellentesfroomNumTotal>11,30,11,0,0</excellentesfroomNumTotal>  <excellentesfpriceNumTotal>0,200,200,300,300,400,400,500,500,800,800,1000,1000,2000,2000,3000,3000,+∞_0,2,14,19,19,0,0,0,0,</excellentesfpriceNumTotal>  <excellentroompricerange>1:269.0-375.0~2:290.0-610.0~3:510.0-630.0~4:0.0-0.0~5:0.0-0.0~99:0.0-0.0~</excellentroompricerange>  <iscommonproj>0</iscommonproj>  <monthaddRent>-4.25</monthaddRent>  <pinggunum>1176</pinggunum>  <pinggunumave>0.12</pinggunumave>  <developer><![CDATA[上海中房置业股份有限公司]]></developer>  <propertyManage><![CDATA[20060309163004]]></propertyManage>  <propertyFee>0.5</propertyFee>  <parkDesc><![CDATA[230个车位]]></parkDesc>  <aroundService><![CDATA[]]></aroundService>  <traffic_other><![CDATA[公交:780路、219路、795路、572路区间、84路地铁:6号线 11号线《已经开通》]]></traffic_other>  <coordx>121.53450012207031</coordx>  <coordy>31.155460357666016</coordy>  <projbuilding>121.5334,31.1549_121.5345,31.1548_121.5340,31.1541_121.5347,31.1543_121.5337,31.1545_121.5354,31.1546_121.5361,31.1547_121.5366,31.1549_121.5357,31.1551_121.5354,31.1554_121.5362,31.1555_121.5359,31.1558_121.5354,31.1564_121.5347,31.1562_121.5347,31.1554_121.5339,31.1552_121.5340,31.1559_</projbuilding>    <buildingtotal>17</buildingtotal>  <domain><![CDATA[jinhexinyuan021.fang.com/]]></domain>      <schoolinfo>2319,浦东新区新时代小学,l  _</schoolinfo>    <bbs><![CDATA[http://sh.bbs.fang.com/board/1210612278/]]></bbs>  <sign>1210612278</sign>  <finishdate>2007-04-30</finishdate>  <ispublic>1</ispublic>  <condominiumflag>0</condominiumflag>  <videoid />  <pricerentroom1>3400.0000</pricerentroom1>  <pricerentroom2>4900.0000</pricerentroom2>  <pricerentroom3>6600.0000</pricerentroom3>  <takelooknum>0</takelooknum>  <dealnum>0</dealnum>  <projcodedealnum>37</projcodedealnum>  <evaluation>0</evaluation>  <ecshopids />  <pricehezu>2400.0000</pricehezu>  <bbsnewhouse><![CDATA[http://http://sh.bbs.fang.com/board/1210612278//bbs/]]></bbsnewhouse>  <tuangou>0</tuangou>  <aerialid>16427</aerialid>  <aerialhouseurl><![CDATA[https://img360wcs.soufunimg.com/2018/02/05/sh/720/6d87aeb94e1d48cb94a07124b0810446/html/index.html?nc=1210612278%amptype=hangpai%ampchannel=esf%ampp=100]]></aerialhouseurl>  <aerialpicurl><![CDATA[http://img360.fang.com/2018/02/05/bj/static/62ac4d4d33074745b9ac80922f14174e.jpg]]></aerialpicurl>  <aerialisshow>1</aerialisshow>  <aerialfabu>1</aerialfabu>  <aerialn_or_e>e</aerialn_or_e>  <aerialesfcall>0</aerialesfcall>  <communitycode>105550</communitycode>  <communityname>金禾新苑</communityname>  <iscommercialbuilding>0</iscommercialbuilding>  <tags>优质教育 优质教育 近地铁 </tags>  <dayuv>14</dayuv>  <weekuv>95</weekuv>  <monthuv>472</monthuv>  <sumuv>1337</sumuv>  <housefeature><![CDATA[地铁沿线]]></housefeature>  <esfhouselevel><![CDATA[a]]></esfhouselevel><cityshort>sh</cityshort><wapurl>https://m.fang.com/xiaoqu/sh/1210612278.html</wapurl></houseinfo><isCorrentCity /><isPingGuCity /><updatetime><![CDATA[2020-07-17]]></updatetime><GradeTitle>什么是小区评级?</GradeTitle><GradeContent>小区评级主要通过四个方面的维度综合评估,包括小区活跃度、小区物业、小区所在板块、小区的教育资源\r\n" + 
				"根据这四个维度能够比较全面的认识该小区的软硬件信息,为购房者提供相对全面合理的购房参考</GradeContent><GradeDesc>小区评级</GradeDesc><allcount>14038</allcount><mapzoom>10</mapzoom><centerX>121.28390884399414</centerX><centetY>31.19502830505371</centetY></houses>";
		JSONObject json =XML.toJSONObject(xml);
		System.out.println(json);
    }
}

4、解析json

1.import org.json.JSONArray;
  import org.json.JSONObject;

JSONObject json = new org.json.JSONObject(result);    
JSONArray list = json.getJSONArray("List");

2.import com.alibaba.fastjson.JSONArray;
  import com.alibaba.fastjson.JSONObject;
 //pom文件中需要添加依赖
 //       <dependency>
 //           <groupId>com.alibaba</groupId>
 //           <artifactId>fastjson</artifactId>
 //           <version>1.2.68</version>
//        </dependency>
   
 JSONObject json = JSONObject.parseObject(result);
 JSONArray list = json.getJSONArray("list ");

5、本地读取文件以及生成文件

1.
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;

public class FileWrite {

    public static void wirteFile(String path, String value) {
        File file = new File(path);
        FileWriter fw = null;
        BufferedWriter writer = null;
        try {
            fw = new FileWriter(file);
            writer = new BufferedWriter(fw);
            writer.write(value);
            writer.flush();
        } catch (Exception e) {
            e.printStackTrace();
        } finally {
            try {
                writer.close();
                fw.close();
            } catch (Exception e) {
                e.printStackTrace();
            }
        }
    }

    public static String readFile(String path) throws IOException {
        File file = new File(path);
        if (!file.exists() || file.isDirectory())
            throw new FileNotFoundException();
        FileInputStream fis = new FileInputStream(file);
        byte[] buf = new byte[1024];
        StringBuffer sb = new StringBuffer();
        while ((fis.read(buf)) != -1) {
            sb.append(new String(buf));
            buf = new byte[1024];
        }
        return sb.toString();
    }
}


2.
public static void main(String[] args) {
        String filePath = "D:\\1.txt";
        
        try {
            File file = new File(filePath);
            if(file.isFile() && file.exists()) {
              InputStreamReader isr = new InputStreamReader(new FileInputStream(file), "utf-8");
              BufferedReader br = new BufferedReader(isr);
              String lineTxt = null;
              while ((lineTxt = br.readLine()) != null) {
                System.out.println(lineTxt);
              }
              br.close();
            } else {
              System.out.println("文件不存在!");
            }
          } catch (Exception e) {
            System.out.println("文件读取错误!");
          }
      }

 6、生成实体类

private static final GenerateEntity INSTANCE = new GenerateEntity();

    private String tableName;// 表名
    private String[] colNames; // 列名数组
    private String[] colTypes; // 列名类型数组
    private int[] colSizes; // 列名大小数组
    private boolean needUtil = false; // 是否需要导入包java.util.*
    private boolean needSql = false; // 是否需要导入包java.sql.*
    private static final SimpleDateFormat SDF = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    private static final String SQL = "SELECT * FROM ";// 数据库操作

    // TODO 需要修改的地方
    private static final String URL = "jdbc:mysql://ip+端口/库名";
    private static final String NAME = "admin";
    private static final String PASS = "123456";
    private static final String DRIVER = "com.mysql.jdbc.Driver";
    private String packageOutPath = "com.test.model";// 指定实体生成所在包的路径
    private String authorName = "smith.Shi";// 作者名字
    private String[] generateTables = { "t_weibo_api_timeline_request" };// 指定需要生成的表的表名,全部生成设置为null
//    private static final String URL = "jdbc:sqlserver://ip+端口;DatabaseName=库名";
//    private static final String NAME = "admin";
//    private static final String PASS = "123";
//    private static final String DRIVER = "com.microsoft.sqlserver.jdbc.SQLServerDriver";
//    private String packageOutPath = "node.bds.node_investing.model";// 指定实体生成所在包的路径
//    private String authorName = "smith.shi";// 作者名字
//    private String[] generateTables = { "investing_xianjin" };// 指定需要生成的表的表名,全部生成设置为null
    
    /**
     * 类的构造方法
     */
    private GenerateEntity() {
    }

    /**
     * @return
     * @description 生成class的所有内容
     * @author paul
     * @date 2017年8月18日 下午5:30:07
     * @update 2017年8月18日 下午5:30:07
     * @version V1.0
     */
    private String parse() {
        StringBuffer sb = new StringBuffer();
        sb.append("package " + packageOutPath + ";\r\n");
        sb.append("\r\n");
        // 判断是否导入工具包
        if (needUtil) {
            sb.append("import java.util.Date;\r\n");
        }
        if (needSql) {
            sb.append("import java.sql.*;\r\n");
        }
        sb.append("import org.nutz.dao.entity.annotation.*;\r\n");
        // 注释部分
        sb.append("/**\r\n");
        sb.append(" * tablename:  " + tableName + "\r\n");
        sb.append(" * \r\n");
        sb.append(" * auth: " + authorName + "\r\n");
        sb.append(" * \r\n");
        sb.append(" * create time: " + SDF.format(new Date()) + "\r\n");
        sb.append(" */ \r\n");
        // 实体部分
        sb.append("@Table(\"" + tableName + "\")");
        sb.append("\r\n");
        sb.append("public class " + getTransStr(tableName, true) + "{\r\n\r\n");
        processAllAttrs(sb);// 属性
        sb.append("\r\n");
        processAllMethod(sb);// get set方法
        sb.append("}\r\n");
        return sb.toString();
    }

    /**
     * @param sb
     * @description 生成所有成员变量
     * @author paul
     * @date 2017年8月18日 下午5:15:04
     * @update 2017年8月18日 下午5:15:04
     * @version V1.0
     */
    private void processAllAttrs(StringBuffer sb) {
        for (int i = 0; i < colNames.length; i++) {
            if (i == 0) {
                sb.append("    @Id\r\n");
            }
            sb.append("    @Column\r\n");
            sb.append("\tprivate " + sqlType2JavaType(colTypes[i]) + " " + toStr(colNames[i]) + ";\r\n");
        }
    }

    /**
     * @param sb
     * @description 生成所有get/set方法
     * @author paul
     * @date 2017年8月18日 下午5:14:47
     * @update 2017年8月18日 下午5:14:47
     * @version V1.0
     */
    private void processAllMethod(StringBuffer sb) {
        for (int i = 0; i < colNames.length; i++) {
            sb.append("\tpublic void set" + toUperFirst(colNames[i]) + "(" + sqlType2JavaType(colTypes[i]) + " "
                    + toStr(colNames[i]) + "){\r\n");
            sb.append("\t\tthis." + toStr(colNames[i]) + "=" + toStr(colNames[i]) + ";\r\n");
            sb.append("\t}\r\n");
            sb.append(
                    "\tpublic " + sqlType2JavaType(colTypes[i]) + " get" + toUperFirst(colNames[i]) + "(){\r\n");
            sb.append("\t\treturn " + toStr(colNames[i]) + ";\r\n");
            sb.append("\t}\r\n");
        }
    }

    /**
     * @param str
     *            传入字符串
     * @return
     * @description 将传入字符串的首字母转成大写
     * @author paul
     * @date 2017年8月18日 下午5:12:12
     * @update 2017年8月18日 下午5:12:12
     * @version V1.0
     */
    private String initCap(String str) {
        char[] ch = str.toCharArray();
        if (ch[0] >= 'a' && ch[0] <= 'z')
            ch[0] = (char) (ch[0] - 32);
        return new String(ch);
    }

    /**
     * @return
     * @description 将mysql中表名和字段名转换成驼峰形式
     * @author paul
     * @date 2017年8月18日 下午4:55:07
     * @update 2017年8月18日 下午4:55:07
     * @version V1.0
     */
    private String getTransStr(String before, boolean firstChar2Upper) {
        // 不带"_"的字符串,则直接首字母大写后返回
        if (!before.contains("_"))
            return firstChar2Upper ? initCap(before) : before;
        String[] strs = before.split("_");
        StringBuffer after = null;
        if (firstChar2Upper) {
            after = new StringBuffer(initCap(strs[0]));
        } else {
            after = new StringBuffer(strs[0]);
        }
        if (strs.length > 1) {
            for (int i = 1; i < strs.length; i++)
                after.append(initCap(strs[i]));
        }
        return after.toString();
    }

    /**
     * 首字母大写
     */
    private String toUperFirst(String s) {
        if (Character.isUpperCase(s.charAt(0)))
            return s;
        else
            return (new StringBuilder()).append(Character.toUpperCase(s.charAt(0))).append(s.substring(1)).toString();
    }

    /**
     * 直接生成数据库对应字段名
     */

    private String toStr(String before) {
        return before;
    }

    /**
     * @return
     * @description 查找sql字段类型所对应的Java类型
     * @author paul
     * @date 2017年8月18日 下午4:55:41
     * @update 2017年8月18日 下午4:55:41
     * @version V1.0
     */
    private String sqlType2JavaType(String sqlType) {
        if (sqlType.equalsIgnoreCase("bit")) {
            return "boolean";
        } else if (sqlType.equalsIgnoreCase("tinyint")) {
            return "byte";
        } else if (sqlType.equalsIgnoreCase("smallint")) {
            return "short";
        } else if (sqlType.equalsIgnoreCase("int")) {
            return "int";
        } else if (sqlType.equalsIgnoreCase("bigint")) {
            return "long";
        } else if (sqlType.equalsIgnoreCase("float")) {
            return "float";
        } else if (sqlType.equalsIgnoreCase("decimal") || sqlType.equalsIgnoreCase("numeric")
                || sqlType.equalsIgnoreCase("real") || sqlType.equalsIgnoreCase("money")
                || sqlType.equalsIgnoreCase("smallmoney")) {
            return "double";
        } else if (sqlType.equalsIgnoreCase("varchar") || sqlType.equalsIgnoreCase("char")
                || sqlType.equalsIgnoreCase("nvarchar") || sqlType.equalsIgnoreCase("nchar")
                || sqlType.equalsIgnoreCase("text")) {
            return "String";
        } else if (sqlType.equalsIgnoreCase("datetime")) {
            return "Date";
        } else if (sqlType.equalsIgnoreCase("image")) {
            return "Blod";
        }
        return null;
    }

    /**
     *
     * @description 生成方法
     * @author paul
     * @date 2017年8月18日 下午2:04:20
     * @update 2017年8月18日 下午2:04:20
     * @version V1.0
     * @throws Exception
     */
    private void generate() throws Exception {
        // 与数据库的连接
        Connection con;
        PreparedStatement pStemt = null;
        Class.forName(DRIVER);
        con = DriverManager.getConnection(URL, NAME, PASS);
        System.out.println("connect database success...");
        // 获取数据库的元数据
        DatabaseMetaData db = con.getMetaData();
        // 是否有指定生成表,有指定则直接用指定表,没有则全表生成
        List<String> tableNames = new ArrayList<String>();
        if (generateTables == null) {
            // 从元数据中获取到所有的表名
            ResultSet rs = db.getTables(null, null, null, new String[] { "TABLE" });
            while (rs.next())
                tableNames.add(rs.getString(3));
        } else {
            for (String tableName : generateTables)
                tableNames.add(tableName);
        }
        String tableSql;
        PrintWriter pw = null;
        for (int j = 0; j < tableNames.size(); j++) {
            tableName = tableNames.get(j);
            tableSql = SQL + tableName;
            pStemt = con.prepareStatement(tableSql);
            ResultSetMetaData rsmd = pStemt.getMetaData();
            int size = rsmd.getColumnCount();
            colNames = new String[size];
            colTypes = new String[size];
            colSizes = new int[size];
            // 获取所需的信息
            for (int i = 0; i < size; i++) {
                colNames[i] = rsmd.getColumnName(i + 1);
                colTypes[i] = rsmd.getColumnTypeName(i + 1);
                if (colTypes[i].equalsIgnoreCase("datetime"))
                    needUtil = true;
                if (colTypes[i].equalsIgnoreCase("image") || colTypes[i].equalsIgnoreCase("text"))
                    needSql = true;
                colSizes[i] = rsmd.getColumnDisplaySize(i + 1);
            }
            // 解析生成class的所有内容
            String content = parse();
            // 输出生成文件
            File directory = new File("");
            String dirName = directory.getAbsolutePath() + "/src/main/java/" + packageOutPath.replace(".", "/");
            File dir = new File(dirName);
            if (!dir.exists() && dir.mkdirs())
                System.out.println("generate dir 【" + dirName + "】");
            String javaPath = dirName + "/" + getTransStr(tableName, true) + ".java";
            FileWriter fw = new FileWriter(javaPath);
            pw = new PrintWriter(fw);
            pw.println(content);
            pw.flush();
            System.out.println("create class 【" + tableName + "】");
        }
        if (pw != null)
            pw.close();
    }

    /**
     * @param args
     * @description 执行方法
     * @author paul
     * @date 2017年8月18日 下午2:03:35
     * @update 2017年8月18日 下午2:03:35
     * @version V1.0
     */
    public static void main(String[] args) {
        try {
            INSTANCE.generate();
            System.out.println("generate classes success!");
        } catch (Exception e) {
            e.printStackTrace();
        }
    }

}

 7.new 一个十秒执行的线程

//线程类
public  class  TestThread  extends  Thread {
     public  void  run() {
         while ( true ){
             try  {
                 sleep( 6 * 1000 );
                                 //这里可以写你自己要运行的逻辑代码
                 System.out.println( "一分钟运行一次" );
             }  catch  (InterruptedException e) {
                 // TODO Auto-generated catch block
                 e.printStackTrace();
             }
             
         }
     }

//main方法
     public  static  void  main(String[] args) {
         // TODO Auto-generated method stub
         TestThread testThread =  new  TestThread();
         testThread.start();
     }
 }
posted @ 2020-11-04 15:20  写字楼间写字员  阅读(167)  评论(0编辑  收藏  举报