
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
	<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head><card id="MainCard" title="&#x6B22;&#x8FCE;&#x5149;&#x4E34;"><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a><br/>&nbsp;</p><p><b>&#x6807;&#x9898;&#x3A;</b> &#x41;&#x53;&#x50;&#x4E2D;&#x83B7;&#x53D6;&#x6C49;&#x5B57;&#x62FC;&#x97F3;&#x7684;&#x7B2C;&#x4E00;&#x4E2A;&#x5B57;&#x6BCD;</p><p><b>&#x4F5C;&#x8005;&#x3A;</b> &#x61;&#x64;&#x6D;&#x69;&#x6E;</p><p><b>&#x65E5;&#x671F;&#x3A;</b> &#x32;&#x30;&#x30;&#x36;&#x2D;&#x30;&#x36;&#x2D;&#x32;&#x38;&#x20;&#x31;&#x30;&#x3A;&#x35;&#x37;&#x20;&#x41;&#x4D;</p><p><b>&#x5206;&#x7C7B;&#x3A;</b> <a href="wap.asp?do=showLog&amp;cateID=5">&#x57;&#x65;&#x62;&#x7F16;&#x7A0B;</a></p><p><b>&#x5185;&#x5BB9;&#x3A;</b> &lt;%<br/>&#39;&#x83B7;&#x53D6;&#x6C49;&#x5B57;&#x62FC;&#x97F3;&#x7B2C;&#x4E00;&#x5B57;&#x6BCD;&nbsp;&nbsp;<br/>Function getPY(char) <br/>&#160;&#160;&#160;&#160;dim tmp <br/>&#160;&#160;&#160;&#160;tmp=65536+asc(char) <br/>&#160;&#160;&#160;&#160;If (tmp &gt;= 45217 and tmp &lt;= 45252) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;A&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 45253 and tmp &lt;= 45760) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;B&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 45761 and tmp &lt;= 46317) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;C&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 46318 and tmp &lt;= 46825) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;D&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 46826 and tmp &lt;= 47009) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;E&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 47010 and tmp &lt;= 47296) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;F&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 47297 and tmp &lt;= 47613) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;G&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 47614 and tmp &lt;= 48118) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;H&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 48119 and tmp &lt;= 49061) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;J&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 49062 and tmp &lt;= 49323) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;K&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 49324 and tmp &lt;= 49895) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;L&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 49896 and tmp &lt;= 50370) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;M&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 50371 and tmp &lt;= 50613) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;N&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 50614 and tmp &lt;= 50621) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;O&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 50622 and tmp &lt;= 50905) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;P&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 50906 and tmp &lt;= 51386) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;Q&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 51387 and tmp &lt;= 51445) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;R&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 51446 and tmp &lt;= 52217) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;S&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 52218 and tmp &lt;= 52697) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;T&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 52698 and tmp &lt;= 52979) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;W&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 52980 and tmp &lt;= 53688) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;X&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 53689 and tmp &lt;= 54480) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;Y&#34; <br/>&#160;&#160;&#160;&#160;ElseIf (tmp &gt;= 54481 and tmp &lt;= 62289) Then <br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;Z&#34; <br/>&#160;&#160;&#160;&#160;Else<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;getPY = &#34;&#34; <br/>&#160;&#160;&#160;&#160;End If <br/>End function<br/>%&gt;</p><p> + <a href="#CommentCard">&#x67E5;&#x770B;&#x5F53;&#x524D;&#x65E5;&#x5FD7;&#x8BC4;&#x8BBA;</a> (1)</p><p>&nbsp;<br/><br/><a href="wap.asp?do=Login">&#x767B;&#x5F55;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="postCommentCard"><p><b>&#x6807;&#x9898;&#x3A;</b> <a href="#MainCard">&#x41;&#x53;&#x50;&#x4E2D;&#x83B7;&#x53D6;&#x6C49;&#x5B57;&#x62FC;&#x97F3;&#x7684;&#x7B2C;&#x4E00;&#x4E2A;&#x5B57;&#x6BCD;</a></p><p><br/>你没有权限发表评论</p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card><card id="CommentCard"><p>&#x6682;&#x65E0;&#x8BC4;&#x8BBA;</p><p><a href="#MainCard">&#x8FD4;&#x56DE;</a></p><p><br/>&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;&#x2500;</p><p><a href="wap.asp">&#x6728;&#x5B50;&#x5C4B;</a></p><p><a href="http://www.pjhome.net/wap.asp">PJBlog3&nbsp;v3.2.9.518</a>&nbsp;Inside.</p><p>Processed&nbsp;In&nbsp;0.031&nbsp;ms</p><do type="prev" label="&#x8FD4;&#x56DE;"><prev/></do></card>
</wml>
