<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>权记 &#187; IE</title>
	<atom:link href="http://www.quanlei.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quanlei.com</link>
	<description>一个关于我们生活点滴的网站，一个记录我们酸甜苦辣的日志。</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:37:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>本地图片预览(支持IE6，IE7，IE8， Firefox3)</title>
		<link>http://www.quanlei.com/2010/01/view-picture-on-local-machine/</link>
		<comments>http://www.quanlei.com/2010/01/view-picture-on-local-machine/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 14:11:09 +0000</pubDate>
		<dc:creator>小权</dc:creator>
				<category><![CDATA[前端开发]]></category>
		<category><![CDATA[技术]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[本地图片预览]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.quanlei.com/?p=1162</guid>
		<description><![CDATA[最近在Web项目开发过程中遇到的本地图片预览的需求，虽然最后因为其他原因没能使用，但是也算有些了解，整理出来。 这里我们按浏览器分，主要包括IE6，IE7/8 和Firefox3， 不包含Opera，Safari和Chrome，这三个基本上需求很小，没有研究。 总结一下就是： IE6下可以直接从file的value获取图片路径来显示预览。 IE7和IE8下通过select获取file的图片路径，再用滤镜来显示预览。 FireFox下调用file的getAsDataURL方法获取Data URI数据来显示预览。 下面是一个完整的Demo： &#60;html&#62; &#60;head&#62; &#60;script src=&#34;http://deepliquid.com/projects/Jcrop/js/jquery.min.js&#34;&#62;&#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;input type=&#34;file&#34; id=&#34;picture&#34; name=&#34;picture&#34; size=&#34;35&#34; value=&#34;&#34; onchange=&#34;setImg(this)&#34;/&#62; &#60;div id=&#34;preview_fake&#34; style=&#34;margin-left: 50px&#34;&#62; &#60;/div&#62; &#60;img id=&#34;preview_size_fake&#34;/&#62; &#60;style type=&#34;text/css&#34;&#62; #preview_fake{ /* 该对象用于在IE下显示预览图片 */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale); } #preview_size_fake{ /* 该对象只用来在IE下获得图片的原始尺寸，无其它用途 */ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image); visibility:hidden; } &#60;/style&#62; &#60;script type=&#34;text/javascript&#34;&#62; function setImg(obj){ if( !obj.value.match( /.jpg&#124;.gif&#124;.png&#124;.bmp/i ) ){ [...]<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="IE6 window.location 跳转问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F01%2Fie6-windowlocation-%25E8%25B7%25B3%25E8%25BD%25AC%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 window.location 跳转问题</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="XP下 IE6 英文系统 Date 问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F10%2Fxp%25E4%25B8%258B-ie6-%25E8%258B%25B1%25E6%2596%2587%25E7%25B3%25BB%25E7%25BB%259F-date-%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">XP下 IE6 英文系统 Date 问题</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="[10/14周主题] – IE6 hacks" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F04%2Fweek-subject-1014-ie6-problems%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258336.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[10/14周主题] – IE6 hacks</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6 IE7 FF的区别" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2008%2F07%2Fie6-ie7-ff%25E7%259A%2584%25E5%258C%25BA%25E5%2588%25AB%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 IE7 FF的区别</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE and firefox comflict in web design" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2008%2F03%2Fie-and-firefox-comflict-in-web-design%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE and firefox comflict in web design</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>最近在Web项目开发过程中遇到的本地图片预览的需求，虽然最后因为其他原因没能使用，但是也算有些了解，整理出来。</p>
<p>这里我们按浏览器分，主要包括IE6，IE7/8 和Firefox3， 不包含Opera，Safari和Chrome，这三个基本上需求很小，没有研究。</p>
<h3>总结一下就是：</h3>
<blockquote><p>IE6下可以直接从file的value获取图片路径来显示预览。<br />
IE7和IE8下通过select获取file的图片路径，再用滤镜来显示预览。<br />
FireFox下调用file的getAsDataURL方法获取Data URI数据来显示预览。</p></blockquote>
<h3>下面是一个完整的Demo：</h3>
<div class="runcode">
<p><textarea name="runcode" style="overflow-y:visible;width:610px;font-size:12px" class="runcode_text" id="runcode_3YrXY7">
&lt;html&gt;
&lt;head&gt;
&lt;script src=&quot;http://deepliquid.com/projects/Jcrop/js/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;input type=&quot;file&quot; id=&quot;picture&quot; name=&quot;picture&quot; size=&quot;35&quot; value=&quot;&quot; onchange=&quot;setImg(this)&quot;/&gt;
&lt;div id=&quot;preview_fake&quot; style=&quot;margin-left: 50px&quot;&gt;
&lt;/div&gt;
&lt;img id=&quot;preview_size_fake&quot;/&gt;
&lt;style type=&quot;text/css&quot;&gt;
        #preview_fake{
            /* 该对象用于在IE下显示预览图片
            */
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
        }
        #preview_size_fake{
            /* 该对象只用来在IE下获得图片的原始尺寸，无其它用途
            */
            filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);
            visibility:hidden;
        }
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
    function setImg(obj){
        if( !obj.value.match( /.jpg|.gif|.png|.bmp/i ) ){
            alert('图片格式无效！');
            return false;
        }
        $(&quot;#preview_fake&quot;).empty();
        var img = document.createElement(&quot;img&quot;);
        img.setAttribute(&quot;src&quot;, &quot;&quot;);
        img.setAttribute(&quot;id&quot;, &quot;preview&quot;);
        document.getElementById(&quot;preview_fake&quot;).appendChild(img);
        if($.browser.msie){
           if($.browser.version == 6.0){
              $(&quot;#preview&quot;).attr(&quot;src&quot;,obj.value);
           }else{
              var objPreview = document.getElementById('preview' );
              var objPreviewFake = document.getElementById('preview_fake' );
              var objPreviewSizeFake = document.getElementById('preview_size_fake' );
              obj.select();
              var imgSrc =document.selection.createRange().text;
              objPreviewFake.filters.item('DXImageTransform.Microsoft.AlphaImageLoader').src= imgSrc;
              objPreviewSizeFake.filters.item('DXImageTransform.Microsoft.AlphaImageLoader').src= imgSrc;
              autoSizePreview(objPreviewFake,objPreviewSizeFake.offsetWidth,objPreviewSizeFake.offsetHeight );
              objPreview.style.display ='none';
           }
        }
        if($.browser.mozilla){
            $(&quot;#preview&quot;).attr(&quot;src&quot;,obj.files[0].getAsDataURL());
        }
        if($.browser.opera){
            alert(&quot;暂时不支持Opera浏览器&quot;);
        }
        if($.browser.safari){
            alert(&quot;暂时不支持Safari浏览器&quot;);
        }
    }
&lt;/script&gt;
&lt;/body&gt;
&lt;/html&gt;
</textarea></p>
<script type="text/javascript">function changeTsize(){document.getElementById("runcode_3YrXY7").style.height = document.getElementById("runcode_3YrXY7").scrollHeight + "px";}window.setTimeout(changeTsize,0);</script><p><input type="button" value="运行" class="runcode_button" onclick="runcode_open_new('runcode_3YrXY7');"/> <input type="button" value="复制" class="runcode_button" onclick="runcode_copy('runcode_3YrXY7');"/> <input type="button" value="另存代码" class="runcode_button" onclick="saveCode('runcode_3YrXY7','runcode_3YrXY7');"/> 提示：你可以先修改部分代码再运行。</p>
</div>
<p><a href="http://www.bshare.cn/share?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F&title=%E6%9C%AC%E5%9C%B0%E5%9B%BE%E7%89%87%E9%A2%84%E8%A7%88%28%E6%94%AF%E6%8C%81IE6%EF%BC%8CIE7%EF%BC%8CIE8%EF%BC%8C+Firefox3%29" title="用bShare分享或收藏本文"><img src="http://static.bshare.cn/frame/images/button_custom1-zh.gif" alt="用bShare分享或收藏本文" /></a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="IE6 window.location 跳转问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F01%2Fie6-windowlocation-%25E8%25B7%25B3%25E8%25BD%25AC%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 window.location 跳转问题</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="XP下 IE6 英文系统 Date 问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F10%2Fxp%25E4%25B8%258B-ie6-%25E8%258B%25B1%25E6%2596%2587%25E7%25B3%25BB%25E7%25BB%259F-date-%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">XP下 IE6 英文系统 Date 问题</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="[10/14周主题] – IE6 hacks" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F04%2Fweek-subject-1014-ie6-problems%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258336.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[10/14周主题] – IE6 hacks</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6 IE7 FF的区别" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2008%2F07%2Fie6-ie7-ff%25E7%259A%2584%25E5%258C%25BA%25E5%2588%25AB%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 IE7 FF的区别</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE and firefox comflict in web design" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2008%2F03%2Fie-and-firefox-comflict-in-web-design%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE and firefox comflict in web design</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.quanlei.com/2010/01/view-picture-on-local-machine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>中国移动的网站能不能再做的烂点呢？</title>
		<link>http://www.quanlei.com/2009/11/the-web-of-cmcc-so-bad/</link>
		<comments>http://www.quanlei.com/2009/11/the-web-of-cmcc-so-bad/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 04:42:27 +0000</pubDate>
		<dc:creator>小权</dc:creator>
				<category><![CDATA[随记]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[中国]]></category>
		<category><![CDATA[北京]]></category>
		<category><![CDATA[服务]]></category>
		<category><![CDATA[浏览器]]></category>
		<category><![CDATA[满意]]></category>
		<category><![CDATA[移动]]></category>
		<category><![CDATA[网站]]></category>
		<category><![CDATA[银行]]></category>

		<guid isPermaLink="false">http://www.quanlei.com/?p=937</guid>
		<description><![CDATA[我这里谈到的是中国移动北京分公司的网站，其他省市的网站没有去深入测试，估计是大同小异。 1、网站打开速度特别慢 不知道为什么中移动的网站打开超级慢，按理说中移动网站的带宽应该是没有问题的，但是不知为什么每次打开都特别慢，而且经常中断了，在不同的电脑上，不同的网络环境差不多，原因未知。相比之下看看人家中国银行的网站www.boc.cn(没有做广告的嫌疑，只是做个比较)，基本上瞬间打开，可能你会说静态网页和动态网页的区别，但是我觉得这不是根本问题，因为速度已经不是一个数量级上的差距了。有时接通10086，话务员查询时打开网站也很慢，让我听了很久音乐，可见中移动内部也是很慢的。下图是打开网站时的一个截图，四个页面有一个是中国银行的，其他三个都是中移动的，截图时间是打开后2分钟左右的样子，点击可看大图： 2、网站对浏览器的兼容性 说到这个，那是超级烂，由于很久没有使用IE5.5和IE6了，不知道中移动的网站到底对哪个浏览器的兼容性好，反正我在IE7，IE8，Firefox3.5，Google Chrome上访问都有问题，IE7和IE8好在还凑合能使用，Firefox3.5和Google Chrome简直就没法用，就连一个小小的个人网站都知道去解决网站对浏览器兼容性的问题，试想中国最大的运营商和全球最大用户群体的电信企业，网站对浏览器的兼容性做到如此之烂，过去几年了还不去优化，实在是没话可说了，只能尽量少去使用或者不用。 3、“满意100” 忘记了中移动什么时候开始喊这个口号的，但是这几个月来，中移动的服务别说100分了，60分都达不到，10086打过去，客服90%的时间全席忙，网站的在线客服也是90%以上时间满员，处于等待状态，等待就等待吧，还经常断线，再进去前面又插进去几个客户了，继续等待继续断线，无语了，我昨天为了体验这个“满意100”，花了半个多小时打10086，没有打进去，花了20多分钟进行网站客服的咨询没能成功，客户有问题，但是却无法联系中移动客服，这样的服务如何做到“满意100”呢？ 4、可能你会说，中移动服务这么烂，你为啥还用啊？ 我有选择吗？ 前几年就中移动一家独大，其他运营商的服务比移动还烂，从最近几年开始，状况好些了，其他运营商也发展起来了，可我的号码用了N年了，换个号码多不方便大家又不是不知道，要是可以携号转运营商，我立马转。 ==欢迎发表意见，欢迎转载==<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="做网站看起来很简单" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F10%2F%25E5%2581%259A%25E7%25BD%2591%25E7%25AB%2599%25E7%259C%258B%25E8%25B5%25B7%25E6%259D%25A5%25E5%25BE%2588%25E7%25AE%2580%25E5%258D%2595%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258214.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">做网站看起来很简单</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="本地图片预览(支持IE6，IE7，IE8， Firefox3)" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">本地图片预览(支持IE6，IE7，IE8， Firefox3)</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="将网站的Theme和其他资源进行了项目托管" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F09%2F%25E5%25B0%2586%25E7%25BD%2591%25E7%25AB%2599%25E7%259A%2584theme%25E5%2592%258C%25E5%2585%25B6%25E4%25BB%2596%25E8%25B5%2584%25E6%25BA%2590%25E8%25BF%259B%25E8%25A1%258C%25E4%25BA%2586%25E9%25A1%25B9%25E7%259B%25AE%25E6%2589%2598%25E7%25AE%25A1%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">将网站的Theme和其他资源进行了项目托管</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="浦发的手机银行从来就没打开过" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258370.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">浦发的手机银行从来就没打开过</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="转载：每个中国人必须知道的国学常识" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2F%25E8%25BD%25AC%25E8%25BD%25BD%25EF%25BC%259A%25E6%25AF%258F%25E4%25B8%25AA%25E4%25B8%25AD%25E5%259B%25BD%25E4%25BA%25BA%25E5%25BF%2585%25E9%25A1%25BB%25E7%259F%25A5%25E9%2581%2593%25E7%259A%2584%25E5%259B%25BD%25E5%25AD%25A6%25E5%25B8%25B8%25E8%25AF%2586%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">转载：每个中国人必须知道的国学常识</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #800000;"><span style="font-size: xx-large;">我</span></span>这里谈到的是<a href="http://www.bj.chinamobile.com/" target="_blank"><span style="color: #800000;"><strong><span style="font-size: large;">中国移动北京分公司</span></strong></span></a>的网站，其他省市的网站没有去深入测试，估计是大同小异。</p>
<h3>1、<strong>网站打开速度特别慢</strong></h3>
<blockquote><p>不知道为什么中移动的网站打开超级慢，按理说中移动网站的带宽应该是没有问题的，但是不知为什么每次打开都特别慢，而且经常中断了，在不同的电脑上，不同的网络环境差不多，原因未知。相比之下看看人家中国银行的网站www.boc.cn(没有做广告的嫌疑，只是做个比较)，基本上瞬间打开，可能你会说静态网页和动态网页的区别，但是我觉得这不是根本问题，因为速度已经不是一个数量级上的差距了。有时接通10086，话务员查询时打开网站也很慢，让我听了很久音乐，可见中移动内部也是很慢的。下图是打开网站时的一个截图，四个页面有一个是中国银行的，其他三个都是中移动的，截图时间是打开后2分钟左右的样子，点击可看大图：</p></blockquote>
<h3><a href="http://farm3.static.flickr.com/2595/4148489473_e18feff1e3_b.jpg" rel="lightbox[937]"><img class="aligncenter size-full wp-image-938" title="screenshot_003" src="http://farm3.static.flickr.com/2595/4148489473_e18feff1e3_b.jpg" alt="screenshot_003" width="620" height="300" /></a></h3>
<h3>2、<strong>网站对浏览器的兼容性</strong></h3>
<blockquote><p>说到这个，那是超级烂，由于很久没有使用IE5.5和IE6了，不知道中移动的网站到底对哪个浏览器的兼容性好，反正我在IE7，IE8，Firefox3.5，Google Chrome上访问都有问题，IE7和IE8好在还凑合能使用，Firefox3.5和Google Chrome简直就没法用，就连一个小小的个人网站都知道去解决网站对浏览器兼容性的问题，试想中国最大的运营商和全球最大用户群体的电信企业，网站对浏览器的兼容性做到如此之烂，过去几年了还不去优化，实在是没话可说了，只能尽量少去使用或者不用。</p></blockquote>
<h3>3、<strong>“满意100” </strong></h3>
<blockquote><p>忘记了中移动什么时候开始喊这个口号的，但是这几个月来，中移动的服务别说100分了，60分都达不到，10086打过去，客服90%的时间全席忙，网站的在线客服也是90%以上时间满员，处于等待状态，等待就等待吧，还经常断线，再进去前面又插进去几个客户了，继续等待继续断线，无语了，我昨天为了体验这个“满意100”，花了半个多小时打10086，没有打进去，花了20多分钟进行网站客服的咨询没能成功，客户有问题，但是却无法联系中移动客服，这样的服务如何做到“满意100”呢？</p></blockquote>
<h3>4、可能你会说，中移动服务这么烂，你为啥还用啊？</h3>
<blockquote><p>我有选择吗？ 前几年就中移动一家独大，其他运营商的服务比移动还烂，从最近几年开始，状况好些了，其他运营商也发展起来了，可我的号码用了N年了，换个号码多不方便大家又不是不知道，要是可以携号转运营商，我立马转。</p></blockquote>
<p><span style="color: #800000;">==欢迎发表意见，欢迎转载==</span></p>
<p><a href="http://www.bshare.cn/share?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F&title=%E4%B8%AD%E5%9B%BD%E7%A7%BB%E5%8A%A8%E7%9A%84%E7%BD%91%E7%AB%99%E8%83%BD%E4%B8%8D%E8%83%BD%E5%86%8D%E5%81%9A%E7%9A%84%E7%83%82%E7%82%B9%E5%91%A2%EF%BC%9F" title="用bShare分享或收藏本文"><img src="http://static.bshare.cn/frame/images/button_custom1-zh.gif" alt="用bShare分享或收藏本文" /></a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="做网站看起来很简单" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F10%2F%25E5%2581%259A%25E7%25BD%2591%25E7%25AB%2599%25E7%259C%258B%25E8%25B5%25B7%25E6%259D%25A5%25E5%25BE%2588%25E7%25AE%2580%25E5%258D%2595%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258214.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">做网站看起来很简单</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="本地图片预览(支持IE6，IE7，IE8， Firefox3)" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F01%2Fview-picture-on-local-machine%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">本地图片预览(支持IE6，IE7，IE8， Firefox3)</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="将网站的Theme和其他资源进行了项目托管" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F09%2F%25E5%25B0%2586%25E7%25BD%2591%25E7%25AB%2599%25E7%259A%2584theme%25E5%2592%258C%25E5%2585%25B6%25E4%25BB%2596%25E8%25B5%2584%25E6%25BA%2590%25E8%25BF%259B%25E8%25A1%258C%25E4%25BA%2586%25E9%25A1%25B9%25E7%259B%25AE%25E6%2589%2598%25E7%25AE%25A1%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">将网站的Theme和其他资源进行了项目托管</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="浦发的手机银行从来就没打开过" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258370.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">浦发的手机银行从来就没打开过</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="转载：每个中国人必须知道的国学常识" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2F%25E8%25BD%25AC%25E8%25BD%25BD%25EF%25BC%259A%25E6%25AF%258F%25E4%25B8%25AA%25E4%25B8%25AD%25E5%259B%25BD%25E4%25BA%25BA%25E5%25BF%2585%25E9%25A1%25BB%25E7%259F%25A5%25E9%2581%2593%25E7%259A%2584%25E5%259B%25BD%25E5%25AD%25A6%25E5%25B8%25B8%25E8%25AF%2586%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F11%2Fthe-web-of-cmcc-so-bad%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">转载：每个中国人必须知道的国学常识</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.quanlei.com/2009/11/the-web-of-cmcc-so-bad/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>浦发的手机银行从来就没打开过</title>
		<link>http://www.quanlei.com/2009/09/%e6%b5%a6%e5%8f%91%e7%9a%84%e6%89%8b%e6%9c%ba%e9%93%b6%e8%a1%8c%e4%bb%8e%e6%9d%a5%e5%b0%b1%e6%b2%a1%e6%89%93%e5%bc%80%e8%bf%87/</link>
		<comments>http://www.quanlei.com/2009/09/%e6%b5%a6%e5%8f%91%e7%9a%84%e6%89%8b%e6%9c%ba%e9%93%b6%e8%a1%8c%e4%bb%8e%e6%9d%a5%e5%b0%b1%e6%b2%a1%e6%89%93%e5%bc%80%e8%bf%87/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 04:33:11 +0000</pubDate>
		<dc:creator>小权</dc:creator>
				<category><![CDATA[随记]]></category>
		<category><![CDATA[HTC]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[手机银行]]></category>
		<category><![CDATA[浦发]]></category>

		<guid isPermaLink="false">http://www.quanlei.com/2009/09/%e6%b5%a6%e5%8f%91%e7%9a%84%e6%89%8b%e6%9c%ba%e9%93%b6%e8%a1%8c%e4%bb%8e%e6%9d%a5%e5%b0%b1%e6%b2%a1%e6%89%93%e5%bc%80%e8%bf%87/</guid>
		<description><![CDATA[使用的是HTC的WM手机, 换了几个, 都是使用自带的IE, 结果都是无法打开. 真服了浦发手机银行是怎么做的测试, 客户都打不开如何做推广.<table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="[10/14周主题] – IE6 hacks" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F04%2Fweek-subject-1014-ie6-problems%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258336.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[10/14周主题] – IE6 hacks</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="给CPU为OMAP850的智能手机安装Android系统尝鲜." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E7%25BB%2599cpu%25E4%25B8%25BAomap850%25E7%259A%2584%25E6%2599%25BA%25E8%2583%25BD%25E6%2589%258B%25E6%259C%25BA%25E5%25AE%2589%25E8%25A3%2585android%25E7%25B3%25BB%25E7%25BB%259F%25E5%25B0%259D%25E9%25B2%259C%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258365.jpg" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">给CPU为OMAP850的智能手机安装Android系统尝鲜.</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="[转载]ATM取出假钱—&gt;银行无责" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F10%2F%25E8%25BD%25AC%25E8%25BD%25BDatm%25E5%258F%2596%25E5%2587%25BA%25E5%2581%2587%25E9%2592%25B1-%25E9%2593%25B6%25E8%25A1%258C%25E6%2597%25A0%25E8%25B4%25A3%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[转载]ATM取出假钱—&gt;银行无责</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="好好的手机为什么要转让？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F10%2F%25E5%25A5%25BD%25E5%25A5%25BD%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E4%25B8%25BA%25E4%25BB%2580%25E4%25B9%2588%25E8%25A6%2581%25E8%25BD%25AC%25E8%25AE%25A9%25EF%25BC%259F%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">好好的手机为什么要转让？</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6 window.location 跳转问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F01%2Fie6-windowlocation-%25E8%25B7%25B3%25E8%25BD%25AC%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 window.location 跳转问题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[<p>使用的是HTC的WM手机, 换了几个, 都是使用自带的IE, 结果都是无法打开.</p>
<p><a href="http://www.quanlei.com/wp-content/uploads/2009/09/spdb.png" rel="lightbox[634]"><br />
<img class="aligncenter" style="border: 0pt none; display: inline;" title="spdb" src="http://www.quanlei.com/wp-content/uploads/2009/09/spdb_thumb.png" border="0" alt="spdb" width="240" height="320" align="center" /></a></p>
<p>真服了浦发手机银行是怎么做的测试, 客户都打不开如何做推广.</p>
<p style="margin:0;padding:0;height:1px;overflow:hidden;">
    <script type="text/javascript"><!--
        var wumiiSitePrefix = "http://www.quanlei.com";
        var wumiiEnableCustomPos = false;
        var wumiiParams = "&#038;num=6&#038;mode=3&#038;displayInFeed=1&#038;version=1.0.5.5&#038;pf=WordPress3.3.1";
    //--></script><script type="text/javascript" src="http://widget.wumii.com/ext/relatedItemsWidget.htm"></script><a href="http://www.wumii.com/widget/relatedItems.htm" style="border:0;"><img src="http://static.wumii.com/images/pixel.png" alt="无觅相关文章插件，快速提升流量" style="border:0;padding:0;margin:0;" /></a></p>
<p><a href="http://www.bshare.cn/share?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25e6%25b5%25a6%25e5%258f%2591%25e7%259a%2584%25e6%2589%258b%25e6%259c%25ba%25e9%2593%25b6%25e8%25a1%258c%25e4%25bb%258e%25e6%259d%25a5%25e5%25b0%25b1%25e6%25b2%25a1%25e6%2589%2593%25e5%25bc%2580%25e8%25bf%2587%2F&title=%E6%B5%A6%E5%8F%91%E7%9A%84%E6%89%8B%E6%9C%BA%E9%93%B6%E8%A1%8C%E4%BB%8E%E6%9D%A5%E5%B0%B1%E6%B2%A1%E6%89%93%E5%BC%80%E8%BF%87" title="用bShare分享或收藏本文"><img src="http://static.bshare.cn/frame/images/button_custom1-zh.gif" alt="用bShare分享或收藏本文" /></a></p><table class="wumii-related-items" cellspacing="0" cellpadding="3" border="0"  style="clear: both;">
    
    <tr>
        <td colspan="5"><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">无觅猜您也喜欢：</font></b></td>
    </tr>
    
        <tr>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important;">
                    <a target="_blank" title="[10/14周主题] – IE6 hacks" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2010%2F04%2Fweek-subject-1014-ie6-problems%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258336.png" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[10/14周主题] – IE6 hacks</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="给CPU为OMAP850的智能手机安装Android系统尝鲜." style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E7%25BB%2599cpu%25E4%25B8%25BAomap850%25E7%259A%2584%25E6%2599%25BA%25E8%2583%25BD%25E6%2589%258B%25E6%259C%25BA%25E5%25AE%2589%25E8%25A3%2585android%25E7%25B3%25BB%25E7%25BB%259F%25E5%25B0%259D%25E9%25B2%259C%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/site_images/2011/01/21/2258365.jpg" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">给CPU为OMAP850的智能手机安装Android系统尝鲜.</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="[转载]ATM取出假钱—&gt;银行无责" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F10%2F%25E8%25BD%25AC%25E8%25BD%25BDatm%25E5%258F%2596%25E5%2587%25BA%25E5%2581%2587%25E9%2592%25B1-%25E9%2593%25B6%25E8%25A1%258C%25E6%2597%25A0%25E8%25B4%25A3%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">[转载]ATM取出假钱—&gt;银行无责</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="好好的手机为什么要转让？" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F10%2F%25E5%25A5%25BD%25E5%25A5%25BD%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E4%25B8%25BA%25E4%25BB%2580%25E4%25B9%2588%25E8%25A6%2581%25E8%25BD%25AC%25E8%25AE%25A9%25EF%25BC%259F%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">好好的手机为什么要转让？</font>
                    </a>
                </td>
                <td width="116" valign="top" style="padding: 5px !important; margin: 0 !important; border-left: 1px solid #DDDDDD !important;">
                    <a target="_blank" title="IE6 window.location 跳转问题" style="text-decoration: none !important; cursor: pointer !important;" href="http://app.wumii.com/ext/redirect.htm?url=http%3A%2F%2Fwww.quanlei.com%2F2009%2F01%2Fie6-windowlocation-%25E8%25B7%25B3%25E8%25BD%25AC%25E9%2597%25AE%25E9%25A2%2598%2F&from=http%3A%2F%2Fwww.quanlei.com%2F2009%2F09%2F%25E6%25B5%25A6%25E5%258F%2591%25E7%259A%2584%25E6%2589%258B%25E6%259C%25BA%25E9%2593%25B6%25E8%25A1%258C%25E4%25BB%258E%25E6%259D%25A5%25E5%25B0%25B1%25E6%25B2%25A1%25E6%2589%2593%25E5%25BC%2580%25E8%25BF%2587%2F">
                        <img style="margin: 0 !important; padding: 2px !important; border: 1px solid #DDDDDD !important; width: 110px !important; height: 110px !important;" src="http://static.wumii.com/images/blogWidget/wordpress_default.gif" width="110px" height="110px" /><br />
                        <font size="-1" color="#333333" style="display: block !important; line-height: 15px !important; width: 116px !important; font: 12px/15px arial !important; height: 60px !important; margin: 3px 0 0 0 !important; padding: 0 !important; overflow: hidden !important;">IE6 window.location 跳转问题</font>
                    </a>
                </td>
        </tr>
    
    <tr>
        <td colspan="5" align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems.htm" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://www.quanlei.com/2009/09/%e6%b5%a6%e5%8f%91%e7%9a%84%e6%89%8b%e6%9c%ba%e9%93%b6%e8%a1%8c%e4%bb%8e%e6%9d%a5%e5%b0%b1%e6%b2%a1%e6%89%93%e5%bc%80%e8%bf%87/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

