<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/kittyjinhui" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/kittyjinhui" type="application/rss+xml"></fs:self_link><lastBuildDate>Sat, 27 Sep 2008 10:50:00 GMT</lastBuildDate><title>kittyjinhui的专栏</title><link>http://blog.csdn.net/kittyjinhui/</link><item><title>祝各位在编程第一线的程序员们，国庆快乐！</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/27/2986557.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2986557.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2986557.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2986557</trackback:ping><description>有的女人就像Windows 虽然很优秀，但是安全隐患太大。有的女人就像UNIX&amp;nbsp; 她条件很好，然而不是谁都能玩的起。有的女人就像C# 长的很漂亮，但是家务活不行。有的女人就像C++,她会默默的为你做很多的事情。 有的女人就像JAVA,只需一点付出她就会为你到处服务。 有的女人就像JAVA script，虽然对她处处小心但最终还是没有结果。 有的女人就像汇编 虽然很麻烦，但是有的时候还得求它。 有的女人就像 SQL，她会为你的发展带来莫大的帮助。 爱情就是死循环，一旦执行就陷进去了。 爱上一个人，就是内存泄露，你永远释放不了。 真正爱上一个人的时候，那就是常量限定，永远不会改变。 女朋友就是私有变量，只有我这个类才能调用。 情人就是指针用的时候一定要注意，要不然就带来巨大的灾难祝各位在编程第一线的程序员们，国庆快乐！

	&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2986557.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 27 Sep 2008 18:50:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/27/2986557.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/27/2986557.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/27/2986557.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069803/5512407</fs:itemid></item><item><title>cs0016:未能写入输出文件 解决方法</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/25/2979461.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2979461.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2979461.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2979461</trackback:ping><description>前些天发布一个网站，通过visual Studio 2005 发布的，部署好项目以后用户可以使用，但是不知为什么突然的就用不了了。访问发布网站时出现的错误页面如下： ／／----------------------------------------------------- 编译错误 说明： 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当的修改源代码 编译器错误信息： cs0016:未能写入输出文件 &quot;c:&quot;WINDOWS&quot;Microsoft.NET&quot;Framework&quot;v2.0.50727&quot;Temporary ASP.NET Files&quot;root&quot;....&quot;*.dll--“拒绝访问” 源错误： [没有相关的源行] ／／------------------------------------------------------ 产生原因： 应用程序运行时产生的临时文件需要存放到c:&quot;windows&quot;temp 文件夹下 而运行基于microsoft .net framework 框架下的应用程序 需要对temp 具有读写的权限 ，所以程序运行产&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2979461.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 26 Sep 2008 00:37:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/25/2979461.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/25/2979461.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/25/2979461.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069804/5512407</fs:itemid></item><item><title>收藏--网站设计中43个你应当避免的错误</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2918693.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2918693.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2918693.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2918693</trackback:ping><description>1. 用户必须在几秒钟知道网站是做什么的。注意力是因特网上最有价值的货币。 如果访问者无法在几秒钟之内得知你的网站的方向，他很有可能转而访问其他网站。 你必须迅速地告诉访问者为什么要在你的网站上花费时间。 &amp;nbsp; &amp;nbsp; 2. 让网站易于速读。因特网不是书，因此没必要使用大段的文字。 也许我访问你的网站时我正在忙于其他工作，我不得不迅速读完所有内容。 项目符号、标题、副标题、列表，这些都能帮助读者迅速找到他想要的内容。 &amp;nbsp; &amp;nbsp; 3. 不要使用难于阅读的花哨字体。当然，某些字体可以让网站精彩纷呈。 不过它们容易阅读吗？如果你的主要目的是传递信息并让读者阅读， 你应该让阅读过程舒服些。 &amp;nbsp; &amp;nbsp; 4. 不要用小字体。如上一条所述，你得让读者阅读时感到舒服。 虽然我的Firefox有放大功能，但如果必须放大才能看清一个网站的话， 我就再也不会去访问它了。 &amp;nbsp; &amp;nbsp; 5. 不要打开新浏览器窗口。我的第一个网站曾经经常这么做。 原因很简单，在新窗口中打开外部链接，用户就不必离开我的网站。 错！让用户决定如何打开链接，否则&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2918693.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sat, 13 Sep 2008 03:10:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2918693.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2918693.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2918693.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069805/5512407</fs:itemid></item><item><title>穷的定义</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2917100.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2917100.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2917100.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2917100</trackback:ping><description>一位父亲很有钱。有一天，他和家人带着小儿子到乡下去参观。他们想要让小儿子知道什么叫做&quot;穷&quot;，所以带他去农村，要他实地体会一下穷人的生活。 他们在一个很穷的农家里住了两天。 农家的孩子要负责喂养家畜，要负责训练帮忙农事的狗。 傍晚时分，为了节省自来水费，农家的孩子们都到附近的小溪里去洗澡；晚上没钱没灯、没钱付电费，只能全家聚在黑漆漆的院子里聊天。 当他们从农家回来以后，爸爸问孩子说：&quot;你觉得这趟行程如何？&quot; 孩子说：&quot;很好啊！爸爸！&quot; &quot;你见识到穷人家到底有多穷了吧？&quot;爸爸问。 &quot;是啊！&quot;孩子点头称是。 &quot;那你看到了什么吗？&quot;爸爸又问。 孩子回答说：&quot;我终于见识到我们家到底有多穷了。&quot; 孩子继续说：&quot;我们只有一只狗，但是他们却有四只狗；那四只大狗在他们小孩的指挥之下，又听话，又懂事。当他们家的小孩好神气！&quot; &quot;而且，我们只有一个游泳池，还是在花园中间；但是他们却有一整条溪流，没有尽头；他们每天都可以尽情地玩水仗，我们家却只有我一个人游泳。&quot; &quot;还有，我们家的花园只有一排进口的路灯，可是他们却有满天的星星；他们每天晚上都可以聊天聊得好高兴，可是我们家却没有人跟我聊天。&quot; &quot;我们家的&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2917100.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Fri, 12 Sep 2008 21:11:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2917100.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2917100.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/12/2917100.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069806/5512407</fs:itemid></item><item><title>Flex中的常见的效果</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2910177.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2910177.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2910177.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2910177</trackback:ping><description>Effect中 &amp;amp;amp;lt;mx:AnimateProperty&amp;amp;amp;gt;可实现拉伸效果 &amp;amp;amp;lt;mx:Blur&amp;amp;amp;gt;模糊效果 &amp;amp;amp;lt; &amp;amp;amp;lt;br &amp;amp;amp;gt;mx:Dissolve&amp;amp;amp;gt;实现淡出淡入效果,与&amp;amp;amp;lt;mx:Fade&amp;amp;amp;gt;相似 &amp;amp;amp;lt;mx:Glow&amp;amp;amp;gt;外发光效果 &amp;amp;amp;lt;mx:Iris&amp;amp;amp;gt;以矩形方式出现或消失 &amp;amp;amp;lt;mx:Move&amp;amp;amp;gt;移动效果 &amp;amp;amp;lt;mx:Parallel&amp;amp;amp;gt;多种效果叠加 &amp;amp;amp;lt;mx:Pause&amp;amp;amp;gt;停止 mx.effects.easing.Bounce.easeOut可产生弹动效果 &amp;amp;amp;lt;mx:Resize&amp;amp;amp;gt;改变大小 &amp;amp;amp;lt;mx:Rotate&amp;amp;am&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2910177.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Sep 2008 00:54:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2910177.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2910177.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2910177.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069807/5512407</fs:itemid></item><item><title>Flex中的LineChart的使用</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909994.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2909994.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2909994.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2909994</trackback:ping><description>在项目中用了Flex，较多的使用了LineChart，遇到问题能查到文章真的很少，尤其是中文的，幸亏官方的文档写的“生动”，项目才算交差。 闲下来，想把一些细节写写，供大家查阅。讲的Linechart，其实所有的Chart控件都很相似，总是由两个轴(horizontalAxis and verticalAxis)和数值组成的。 1、关于创建日期型横轴的细节 较常见的一种形式是横轴是一段时间，纵轴是被描述的值。如果是在数据量和时间密度不大的情况下，没有必要把数据库中取出的时间串转化为日期型。但面对大跨度的时间，而其数值又分布密集，横轴标的日期显示起来就会小到看不清。这时最合理的解决方式可能是用DateTimeAxis中的dataUnits（时间显示单元，就是横轴上显示的最小时间间隔）。这要求首先LineChart的xField必须转化成日期型。Date对象是支持从日期样式的串构造的，但是有限的几种： Day Month Date Hours:Minutes:Seconds GMT Year (for instance, &quot;Tue Feb 1 00:00:00 GMT-0800 2&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2909994.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 11 Sep 2008 00:30:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909994.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909994.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909994.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069808/5512407</fs:itemid></item><item><title>IE6 IE7 Firefox 的CSS hack区分</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909471.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2909471.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2909471.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2909471</trackback:ping><description>　　 　　(“√”代表可识别优先，“x”代表不可识别) 　　示例：(FF:white;IE7:greenIE6:orange) 　　只针对FF与IE6(IE7): 　　background:white; 　　*background:orange; 　　只针对IE7与IE6： 　　background:green; 　　_background:orange; 　　or… 　　background:green !important 　　background:orange; 　　只针对FF、IE7与IE6: 　　background:white; 　　*background:green; 　　_background:orange; 　　or… 　　background:white; 　　*background:green !important 　　*background:orange; 　　总结： 　　书写顺序：FF;IE7;IE6 　　操作顺序： 　　方法1[推荐] ： 　　1.先调Firefox。无优先标识 　　2.调IE7，使用*标识。继承1设定。 　　3.调IE6，使用_标识&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2909471.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 23:13:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909471.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909471.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909471.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069809/5512407</fs:itemid></item><item><title>IE与Firefox的CSS兼容大全</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909405.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2909405.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2909405.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2909405</trackback:ping><description>CSS对浏览器器的兼容性具有很高的价值，通常情况下IE和Firefox存在很大的解析差异，这里介绍一下兼容要点。 常见兼容问题： 1、DOCTYPE 影响 CSS 处理 2、FF：div 设置 margin-left， margin-right 为 auto 时已经居中，IE 不行 3、FF: body 设置 text-align 时， div 需要设置 margin: auto(主要是 margin-left，margin-right) 方可居中 4、FF: 设置 padding 后， div 会增加 height 和 width， 但 IE 不会， 故需要用 !important 多设一个 height 和 width 5、FF: 支持 !important， IE 则忽略， 可用 !important 为 FF 特别设置样式 6、div 的垂直居中问题: vertical-align:middle; 将行距增加到和整个DIV一样高 line-height:200px; 然后插入文字，就垂直居中了。缺点是要控制内容不要换行 7、cursor: pointer 可以同时在 I&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2909405.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 23:06:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909405.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909405.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2909405.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069810/5512407</fs:itemid></item><item><title>工作很累的原因  搞笑</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908650.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2908650.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2908650.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2908650</trackback:ping><description>工作后 ，&amp;gt;&amp;gt;&amp;gt; 我常感到疲惫不堪，&amp;gt;&amp;gt;&amp;gt; 为此我的解释是睡眠不足。&amp;gt;&amp;gt;&amp;gt; 可最近，&amp;gt;&amp;gt;&amp;gt; 看了一组数据之后才知道，&amp;gt;&amp;gt;&amp;gt; 我不是缺乏睡眠，&amp;gt;&amp;gt;&amp;gt; 而是工作过度。&amp;gt;&amp;gt;&amp;gt; 中国一共有 12亿人口，&amp;gt;&amp;gt;&amp;gt; 其中有 三亿退休，&amp;gt;&amp;gt;&amp;gt; 那就只剩下9亿人工作了；&amp;gt;&amp;gt;&amp;gt; 8亿人在农村，&amp;gt;&amp;gt;&amp;gt; 那 就只剩下一亿人在工作；&amp;gt;&amp;gt;&amp;gt; 二千万是学生，&amp;gt;&amp;gt;&amp;gt; 那只剩下八千万人在工作；&amp;gt;&amp;gt;&amp;gt; 这八千万当中有四千万是政府工作人员，&amp;gt;&amp;gt;&amp;gt; 其中一千万在打牌 ，&amp;gt;&amp;gt;&amp;gt; 一千万在看报，&amp;gt;&amp;gt;&amp;gt; 七百万在厕所，&amp;gt;&amp;gt;&amp;gt; 一千万在聊天，&amp;gt;&amp;gt;&amp;gt; 三百万在打毛衣。&amp;gt;&amp;gt;&amp;gt; 那只剩下四千万人在工作；&amp;gt;&amp;gt;&amp;gt; 三千万人工作在机关事业单位，&amp;gt;&amp;gt;&amp;gt&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2908650.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 20:54:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908650.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908650.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908650.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069811/5512407</fs:itemid></item><item><title>Jsond的一些操作</title><link>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908643.aspx</link><wfw:comment>http://blog.csdn.net/kittyjinhui/comments/2908643.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/kittyjinhui/comments/commentRss/2908643.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2908643</trackback:ping><description>一个Json对象可以看做是一个数组。在删除Json中的某一项时可以用JsonObj.spelic(start,deletelength)。start是要删除对象所在的位置，deletelength是要删除的项目数在向一Json对象添加一项的时候用JsonObj.fush({name:***,data:***}),fush的参数就是一个Json的对象Json对象转换为字符串及Json格式的字符串转换为Json对象的方法如下：//*****************Json对象于字符串之间的转换*************// JavaScript Documentvar JsonConvert = {StringToJSON: function(str) {var a;eval('a=' + str + ';');return a;},ToJSONString: function(obj) {switch(typeof(obj)){case 'object':var ret = [];if (obj instanceof Array){for (var i = 0, len = ob&lt;img src =&quot;http://blog.csdn.net/kittyjinhui/aggbug/2908643.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 10 Sep 2008 20:52:00 +0800</pubDate><author>袁金辉</author><comments>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908643.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908643.aspx</guid><dc:creator>袁金辉</dc:creator><fs:srclink>http://blog.csdn.net/kittyjinhui/archive/2008/09/10/2908643.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/kittyjinhui/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/kittyjinhui/~7402885/212069812/5512407</fs:itemid></item></channel></rss>