﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Design&amp;Art-最新评论</title><link>http://www.cppblog.com/abware/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Fri, 24 Apr 2009 06:23:30 GMT</pubDate><lastBuildDate>Fri, 24 Apr 2009 06:23:30 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: Visual C++ Toolkit 2003 下载</title><link>http://www.cppblog.com/abware/archive/2008/11/14/21812.html#66911</link><dc:creator>adam</dc:creator><author>adam</author><pubDate>Fri, 14 Nov 2008 05:57:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/11/14/21812.html#66911</guid><description><![CDATA[为什么提示文件错误。。<img src ="http://www.cppblog.com/abware/aggbug/66911.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">adam</a> 2008-11-14 13:57 <a href="http://www.cppblog.com/abware/archive/2008/11/14/21812.html#66911#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort[未登录]</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65546</link><dc:creator>cc</dc:creator><author>cc</author><pubDate>Thu, 30 Oct 2008 03:40:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65546</guid><description><![CDATA[ <br>  楼主，在编译STLPort的过程中会报错<br> <br> 无法定位程序输入点RtlIpv4StringToAddressW于动态库ntdll.dll上  <br><br> 不过我用的STLPort 5.1.5<img src ="http://www.cppblog.com/abware/aggbug/65546.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">cc</a> 2008-10-30 11:40 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65546#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65522</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Thu, 30 Oct 2008 02:43:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65522</guid><description><![CDATA[上面的问题解决了：<br><br>在楼主的第三步中：<br>3. 在VC6中使用STLport：<br>      Tools-&gt;Options...-&gt;Directories中<br>          include设置中添加目录：D:\STLport-5.1.2\stlport<br>              library设置中添加目录：D:\STLport-5.1.2\lib<br><br>添加了上面两个目录后，需要把它们向上移，放在第一位。这样就没有问题了，至于为什么，我想可能是有的信息只有在上面两个目录下下才能找到吧，先找别的目录可能会因为找不到而出错。只是我的猜测，也不知道具体原因，请高手指点。<img src ="http://www.cppblog.com/abware/aggbug/65522.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-30 10:43 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65522#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65517</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Thu, 30 Oct 2008 02:28:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65517</guid><description><![CDATA[续：<br><br>c:\program files\microsoft visual studio\vc98\include\string(49) : error C2803: 'operator ==' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(49) : error C2805: binary 'operator ==' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(50) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(51) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(51) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(53) : error C2803: 'operator !=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(53) : error C2805: binary 'operator !=' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(54) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(56) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(56) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(57) : error C2803: 'operator !=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(58) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(59) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(59) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(62) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(63) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(63) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(65) : error C2803: 'operator &lt;' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(65) : error C2805: binary 'operator &lt;' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(66) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(68) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(68) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(69) : error C2803: 'operator &lt;' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(70) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(71) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(71) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(74) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(75) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(75) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(77) : error C2803: 'operator &gt;' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(77) : error C2805: binary 'operator &gt;' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(78) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(80) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(80) : error C2059: syntax error : '&lt;'<br><img src ="http://www.cppblog.com/abware/aggbug/65517.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-30 10:28 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65517#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65518</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Thu, 30 Oct 2008 02:28:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65518</guid><description><![CDATA[续：<br><br>c:\program files\microsoft visual studio\vc98\include\string(81) : error C2803: 'operator &gt;' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(82) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(83) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(83) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(86) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(87) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(87) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(89) : error C2803: 'operator &lt;=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(89) : error C2805: binary 'operator &lt;=' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(90) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(92) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(92) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(93) : error C2803: 'operator &lt;=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(94) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(95) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(95) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(98) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(99) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(99) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(101) : error C2803: 'operator &gt;=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(101) : error C2805: binary 'operator &gt;=' has too few parameters<br>c:\program files\microsoft visual studio\vc98\include\string(102) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(104) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(104) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(105) : error C2803: 'operator &gt;=' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(106) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(107) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(107) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(111) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(112) : error C2143: syntax error : missing ';' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(112) : error C2433: 'basic_istream' : 'inline' not permitted on data declarations<br>c:\program files\microsoft visual studio\vc98\include\string(112) : error C2501: 'basic_istream' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\string(112) : error C2059: syntax error : ';'<br>c:\program files\microsoft visual studio\vc98\include\string(112) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(147) : error C2143: syntax error : missing ';' before '{'<br>c:\program files\microsoft visual studio\vc98\include\string(147) : fatal error C1003: error count exceeds 100; stopping compilation<br>Error executing cl.exe.<br><br>stl.obj - 102 error(s), 0 warning(s)<br><br><br><br><img src ="http://www.cppblog.com/abware/aggbug/65518.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-30 10:28 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65518#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65516</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Thu, 30 Oct 2008 02:27:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65516</guid><description><![CDATA[编译STLPort后出现102个错误！~~谁能救救我？<br>错误信息：<br><br>--------------------Configuration: stl - Win32 Debug--------------------<br>Compiling...<br>stl.cpp<br>c:\program files\microsoft visual studio\vc98\include\string(17) : error C2143: syntax error : missing ';' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(17) : error C2433: 'basic_string' : 'inline' not permitted on data declarations<br>c:\program files\microsoft visual studio\vc98\include\string(17) : error C2501: 'basic_string' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\string(17) : error C2059: syntax error : ';'<br>c:\program files\microsoft visual studio\vc98\include\string(17) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(24) : error C2143: syntax error : missing ';' before '{'<br>c:\program files\microsoft visual studio\vc98\include\string(24) : error C2447: missing function header (old-style formal list?)<br>c:\program files\microsoft visual studio\vc98\include\string(25) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2143: syntax error : missing ';' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2433: 'basic_string' : 'inline' not permitted on data declarations<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2501: 'basic_string' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2086: 'basic_string' : redefinition<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2059: syntax error : ';'<br>c:\program files\microsoft visual studio\vc98\include\string(26) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(33) : error C2143: syntax error : missing ';' before '{'<br>c:\program files\microsoft visual studio\vc98\include\string(33) : error C2447: missing function header (old-style formal list?)<br>c:\program files\microsoft visual studio\vc98\include\string(34) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2143: syntax error : missing ';' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2433: 'basic_string' : 'inline' not permitted on data declarations<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2501: 'basic_string' : missing storage-class or type specifiers<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2086: 'basic_string' : redefinition<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2059: syntax error : ';'<br>c:\program files\microsoft visual studio\vc98\include\string(35) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(41) : error C2143: syntax error : missing ';' before '{'<br>c:\program files\microsoft visual studio\vc98\include\string(41) : error C2447: missing function header (old-style formal list?)<br>c:\program files\microsoft visual studio\vc98\include\string(42) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(44) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(44) : error C2059: syntax error : '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(45) : error C2803: 'operator ==' must have at least one formal parameter of class type<br>c:\program files\microsoft visual studio\vc98\include\string(46) : error C2954: template definitions cannot nest<br>c:\program files\microsoft visual studio\vc98\include\string(47) : error C2143: syntax error : missing ',' before '&lt;'<br>c:\program files\microsoft visual studio\vc98\include\string(47) : error C2059: syntax error : '&lt;'<br><img src ="http://www.cppblog.com/abware/aggbug/65516.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-30 10:27 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65516#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65512</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Thu, 30 Oct 2008 02:07:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65512</guid><description><![CDATA[@guobosheng<br>关于“'nmake' 不是内部或外部命令，也不是可运行的程序或批处理文件。”问题的解决办法：<br><br>在“我的电脑--属性--高级--环境变量”中， 添加如下变量：<br>　　INCLUDE <br>　　D:\Program Files\Microsoft Visual Studio\VC98\Include<br>　　LIB<br>　　D:\Program Files\Microsoft Visual Studio\VC98\Lib<br>　　X:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;X:\Program Files\Microsoft Visual Studio\VC98\Bin<br>　　X表示安装盘符，注意这里是两个路径，因为cl.exe要用到MSDev98\Bin目录下的MSPDB60.DLL。<br>　　如果已经存在这些变量，则把以上值分别加在对应的变量值的后面，注意在添加前用分号隔开。<img src ="http://www.cppblog.com/abware/aggbug/65512.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-30 10:07 <a href="http://www.cppblog.com/abware/archive/2008/10/30/22019.html#65512#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65466</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Wed, 29 Oct 2008 10:00:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65466</guid><description><![CDATA[@hh<br><br>你是否也有 'nmake' 不是内部或外部命令，也不是可运行的程序或批处理文件。这个问题？你是怎么解决的？<img src ="http://www.cppblog.com/abware/aggbug/65466.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-29 18:00 <a href="http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65466#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65464</link><dc:creator>guobosheng</dc:creator><author>guobosheng</author><pubDate>Wed, 29 Oct 2008 09:56:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65464</guid><description><![CDATA[在执行 nmake /fmsvc.mak install 命令时出错：'nmake' 不是内<br>或批处理文件。<br><br>这个问题怎么解决的？急！谢谢帮忙！<img src ="http://www.cppblog.com/abware/aggbug/65464.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">guobosheng</a> 2008-10-29 17:56 <a href="http://www.cppblog.com/abware/archive/2008/10/29/22019.html#65464#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: VC6下使用STLPort</title><link>http://www.cppblog.com/abware/archive/2008/10/14/22019.html#63989</link><dc:creator>smallping</dc:creator><author>smallping</author><pubDate>Tue, 14 Oct 2008 13:42:00 GMT</pubDate><guid>http://www.cppblog.com/abware/archive/2008/10/14/22019.html#63989</guid><description><![CDATA[我用的是录制动画程序Camstudio-2.0-src,按照上面的配置做好了，但编译之后错误更多，如下：<br>ompiling...<br>FFont.cpp<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(22) : error C2039: 'ostream' : is not a member of 'stlp_std'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(22) : error C2061: syntax error : identifier 'ostream'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(22) : error C2039: 'istream' : is not a member of 'stlp_std'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(22) : error C2061: syntax error : identifier 'istream'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(28) : error C2039: 'istream' : is not a member of 'stlp_std'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(28) : error C2143: syntax error : missing ';' before '&amp;'<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(28) : error C2433: 'istream' : 'friend' not permitted on data declarations<br>D:\Camstudio-2[1].0-src\vscap20s\Producer\swfsource\FFont.h(28) : error C2501: 'istream' : missing storage-class or type specifiers<br><br>不知是什么原因，怎么也搞不明白，急急急！！！<br>那位好心的大哥知道请告诉我。<br>邮箱：smallping_hit@yahoo.com.cn<img src ="http://www.cppblog.com/abware/aggbug/63989.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/abware/" target="_blank">smallping</a> 2008-10-14 21:42 <a href="http://www.cppblog.com/abware/archive/2008/10/14/22019.html#63989#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>