锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲精品字幕在线观看,亚洲男人的天堂久久精品,另类专区另类专区亚洲http://www.tkk7.com/senlin-blog/category/26920.htmlzh-cnThu, 17 Apr 2008 20:40:07 GMTThu, 17 Apr 2008 20:40:07 GMT60js鏍¢獙甯哥敤鏂規硶http://www.tkk7.com/senlin-blog/archive/2008/04/17/193817.html鎴戠殑java鐢熸動鎴戠殑java鐢熸動Thu, 17 Apr 2008 09:31:00 GMThttp://www.tkk7.com/senlin-blog/archive/2008/04/17/193817.htmlhttp://www.tkk7.com/senlin-blog/comments/193817.htmlhttp://www.tkk7.com/senlin-blog/archive/2008/04/17/193817.html#Feedback0http://www.tkk7.com/senlin-blog/comments/commentRss/193817.htmlhttp://www.tkk7.com/senlin-blog/services/trackbacks/193817.htmlfunction ChkUtil() { }
//鏍¢獙鏄惁涓虹┖(鍏堝垹闄や簩杈圭┖鏍煎啀楠岃瘉)
ChkUtil.isNull = function (str) {
if (null == str ||聽聽""== str.trim()) {
聽聽return true;
} else {
聽聽return false;
}
};
//鏍¢獙鏄惁鍏ㄦ槸鏁板瓧
ChkUtil.isDigit聽聽= function (str) {
var patrn=/^\d+$/;
return patrn.test(str);
};
//鏍¢獙鏄惁鏄暣鏁?br />ChkUtil.isInteger = function (str) {
var patrn=/^([+-]?)(\d+)$/;
return patrn.test(str);
};
//鏍¢獙鏄惁涓烘鏁存暟
ChkUtil.isPlusInteger = function (str) {
var patrn=/^([+]?)(\d+)$/;
return patrn.test(str);
};
//鏍¢獙鏄惁涓鴻礋鏁存暟
ChkUtil.isMinusInteger = function (str) {
var patrn=/^-(\d+)$/;
return patrn.test(str);
};
//鏍¢獙鏄惁涓烘誕鐐規暟
ChkUtil.isFloat=function(str){
var patrn=/^([+-]?)\d*\.\d+$/;
return patrn.test(str);
};
//鏍¢獙鏄惁涓烘嫻偣鏁?br />ChkUtil.isPlusFloat=function(str){
聽聽var patrn=/^([+]?)\d*\.\d+$/;
聽聽return patrn.test(str);
};
//鏍¢獙鏄惁涓鴻礋嫻偣鏁?br />ChkUtil.isMinusFloat=function(str){
聽聽var patrn=/^-\d*\.\d+$/;
聽聽return patrn.test(str);
};
//鏍¢獙鏄惁浠呬腑鏂?br />ChkUtil.isChinese=function(str){
var patrn=/[\u4E00-\u9FA5\uF900-\uFA2D]+$/;
return patrn.test(str);
};
//鏍¢獙鏄惁浠匒CSII瀛楃
ChkUtil.isAcsii=function(str){
var patrn=/^[\x00-\xFF]+$/;
return patrn.test(str);
};
//鏍¢獙鎵嬫満鍙風爜
ChkUtil.isMobile = function (str) {
var patrn = /^0?1((3[0-9]{1})|(59)){1}[0-9]{8}$/;
return patrn.test(str);
};
//鏍¢獙鐢佃瘽鍙風爜
ChkUtil.isPhone = function (str) {
var patrn = /^(0[\d]{2,3}-)?\d{6,8}(-\d{3,4})?$/;
return patrn.test(str);
};
//鏍¢獙URL鍦板潃
ChkUtil.isUrl=function(str){
var patrn= /^http[s]?:\/\/[\w-]+(\.[\w-]+)+([\w-\.\/?%&=]*)?$/;
return patrn.test(str);
};
//鏍¢獙鐢甸偖鍦板潃
ChkUtil.isEmail = function (str) {
var patrn = /^[\w-]+@[\w-]+(\.[\w-]+)+$/;
return patrn.test(str);
};
//鏍¢獙閭紪
ChkUtil.isZipCode = function (str) {
var patrn = /^\d{6}$/;
return patrn.test(str);
};
//鏍¢獙鍚堟硶鏃墮棿
ChkUtil.isDate = function (str) {
聽聽if(!/\d{4}(\.|\/|\-)\d{1,2}(\.|\/|\-)\d{1,2}/.test(str)){
聽聽聽聽return false;
聽聽}
聽聽var r = str.match(/\d{1,4}/g);
聽聽if(r==null){return false;};
聽聽var d= new Date(r[0], r[1]-1, r[2]);
聽聽return (d.getFullYear()==r[0]&&(d.getMonth()+1)==r[1]&&d.getDate()==r[2]);
};
//鏍¢獙瀛楃涓詫細鍙兘杈撳叆6-20涓瓧姣嶃佹暟瀛椼佷笅鍒掔嚎(甯哥敤鎵嬫牎楠岀敤鎴峰悕鍜屽瘑鐮?
ChkUtil.isString6_20=function(str){
var patrn=/^(\w){6,20}$/;
return patrn.test(str);
};



]]>
js涓帶鍒跺皬鏁扮偣鐨勪綅鏁?/title><link>http://www.tkk7.com/senlin-blog/archive/2008/04/15/193075.html</link><dc:creator>鎴戠殑java鐢熸動</dc:creator><author>鎴戠殑java鐢熸動</author><pubDate>Tue, 15 Apr 2008 05:05:00 GMT</pubDate><guid>http://www.tkk7.com/senlin-blog/archive/2008/04/15/193075.html</guid><wfw:comment>http://www.tkk7.com/senlin-blog/comments/193075.html</wfw:comment><comments>http://www.tkk7.com/senlin-blog/archive/2008/04/15/193075.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/senlin-blog/comments/commentRss/193075.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/senlin-blog/services/trackbacks/193075.html</trackback:ping><description><![CDATA[ <p>聽</p> <div style="BORDER-RIGHT: #cccccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #cccccc 1px solid; PADDING-LEFT: 4px; FONT-SIZE: 13px; PADDING-BOTTOM: 4px; BORDER-LEFT: #cccccc 1px solid; WIDTH: 98%; WORD-BREAK: break-all; PADDING-TOP: 4px; BORDER-BOTTOM: #cccccc 1px solid; BACKGROUND-COLOR: #eeeeee"> <img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" /> <span style="COLOR: #000000"><</span> <span style="COLOR: #000000">script聽language</span> <span style="COLOR: #000000">=</span> <span style="COLOR: #000000">"</span> <span style="COLOR: #000000">JScript</span> <span style="COLOR: #000000">"</span> <span style="COLOR: #000000">></span> <span style="COLOR: #000000"> <br /> <img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" />Number.prototype.toFixed</span> <span style="COLOR: #000000">=</span> <span style="COLOR: #000000">function(num)<br /><img id="Codehighlighter1_70_268_Open_Image" onclick="this.style.display='none'; Codehighlighter1_70_268_Open_Text.style.display='none'; Codehighlighter1_70_268_Closed_Image.style.display='inline'; Codehighlighter1_70_268_Closed_Text.style.display='inline';" src="http://www.tkk7.com/images/OutliningIndicators/ExpandedBlockStart.gif" align="top" /><img id="Codehighlighter1_70_268_Closed_Image" style="DISPLAY: none" onclick="this.style.display='none'; Codehighlighter1_70_268_Closed_Text.style.display='none'; Codehighlighter1_70_268_Open_Image.style.display='inline'; Codehighlighter1_70_268_Open_Text.style.display='inline';" src="http://www.tkk7.com/images/OutliningIndicators/ContractedBlock.gif" align="top" />聽聽聽</span> <span id="Codehighlighter1_70_268_Closed_Text" style="BORDER-RIGHT: #808080 1px solid; BORDER-TOP: #808080 1px solid; DISPLAY: none; BORDER-LEFT: #808080 1px solid; BORDER-BOTTOM: #808080 1px solid; BACKGROUND-COLOR: #ffffff"> <img src="http://www.tkk7.com/images/dot.gif" /> </span> <span id="Codehighlighter1_70_268_Open_Text"> <span style="COLOR: #000000">{<br /><img src="http://www.tkk7.com/images/OutliningIndicators/InBlock.gif" align="top" />聽聽聽</span> <span style="COLOR: #008000">//</span> <span style="COLOR: #008000">閲嶆柊鏋勯爐oFixed鏂規硶,IE5.0+</span> <span style="COLOR: #008000"> <br /> <img src="http://www.tkk7.com/images/OutliningIndicators/InBlock.gif" align="top" /> </span> <span style="COLOR: #000000">聽聽聽with(Math)</span> <span style="COLOR: #0000ff">this</span> <span style="COLOR: #000000">.NO</span> <span style="COLOR: #000000">=</span> <span style="COLOR: #000000">round(</span> <span style="COLOR: #0000ff">this</span> <span style="COLOR: #000000">.valueOf()</span> <span style="COLOR: #000000">*</span> <span style="COLOR: #000000">pow(</span> <span style="COLOR: #000000">10</span> <span style="COLOR: #000000">,num))</span> <span style="COLOR: #000000">/</span> <span style="COLOR: #000000">pow(</span> <span style="COLOR: #000000">10</span> <span style="COLOR: #000000">,num);<br /><img src="http://www.tkk7.com/images/OutliningIndicators/InBlock.gif" align="top" />聽聽聽</span> <span style="COLOR: #0000ff">return</span> <span style="COLOR: #000000">聽String(</span> <span style="COLOR: #000000">/</span> <span style="COLOR: #000000">\.</span> <span style="COLOR: #000000">/</span> <span style="COLOR: #000000">g.exec(</span> <span style="COLOR: #0000ff">this</span> <span style="COLOR: #000000">.NO)</span> <span style="COLOR: #000000">?</span> <span style="COLOR: #0000ff">this</span> <span style="COLOR: #000000">.NO:</span> <span style="COLOR: #0000ff">this</span> <span style="COLOR: #000000">.NO</span> <span style="COLOR: #000000">+</span> <span style="COLOR: #000000">"</span> <span style="COLOR: #000000">.</span> <span style="COLOR: #000000">"</span> <span style="COLOR: #000000">+</span> <span style="COLOR: #000000">String(Math.pow(</span> <span style="COLOR: #000000">10</span> <span style="COLOR: #000000">,num)).substr(</span> <span style="COLOR: #000000">1</span> <span style="COLOR: #000000">,num));<br /><img src="http://www.tkk7.com/images/OutliningIndicators/ExpandedBlockEnd.gif" align="top" />聽聽聽}</span> </span> <span style="COLOR: #000000"> <br /> <img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" />alert((</span> <span style="COLOR: #000000">12.9299</span> <span style="COLOR: #000000">).toFixed(</span> <span style="COLOR: #000000">2</span> <span style="COLOR: #000000">));<br /><img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" />alert((</span> <span style="COLOR: #000000">12.9999</span> <span style="COLOR: #000000">).toFixed(</span> <span style="COLOR: #000000">2</span> <span style="COLOR: #000000">));<br /><img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" /></span> <span style="COLOR: #000000"></</span> <span style="COLOR: #000000">script</span> <span style="COLOR: #000000">></span> <span style="COLOR: #000000">聽聽<br /><img src="http://www.tkk7.com/images/OutliningIndicators/None.gif" align="top" /></span> </div> <img src ="http://www.tkk7.com/senlin-blog/aggbug/193075.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/senlin-blog/" target="_blank">鎴戠殑java鐢熸動</a> 2008-04-15 13:05 <a href="http://www.tkk7.com/senlin-blog/archive/2008/04/15/193075.html#Feedback" target="_blank" style="text-decoration:none;">鍙戣〃璇勮</a></div>]]></description></item></channel></rss> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.tkk7.com/" title="亚洲av成人片在线观看">亚洲av成人片在线观看</a> <div class="friend-links"> </div> </div> </footer> 主站蜘蛛池模板: <a href="http://ebhqd.com" target="_blank">免费少妇a级毛片</a>| <a href="http://g8zb.com" target="_blank">亚洲视频在线免费</a>| <a href="http://xdxsw.com" target="_blank">亚洲AV无码专区国产乱码4SE</a>| <a href="http://fcw70.com" target="_blank">国产亚洲一卡2卡3卡4卡新区 </a>| <a href="http://8099456.com" target="_blank">亚洲综合激情六月婷婷在线观看</a>| <a href="http://gepuw.com" target="_blank">亚洲最新中文字幕</a>| <a href="http://hivzx.com" target="_blank">免费成人在线视频观看</a>| <a href="http://0755szyxcm.com" target="_blank">亚洲人成网7777777国产</a>| <a href="http://3bmmatv.com" target="_blank">亚洲欧洲精品视频在线观看</a>| <a href="http://miliwo.com" target="_blank">亚洲午夜免费视频</a>| <a href="http://yxjcgs.com" target="_blank">久久精品国产96精品亚洲</a>| <a href="http://wwwby1378.com" target="_blank">久久久久久AV无码免费网站下载</a>| <a href="http://2886868.com" target="_blank">亚洲国产成人一区二区三区</a>| <a href="http://www-7479.com" target="_blank">亚洲精品无码久久久久YW</a>| <a href="http://0755szyxcm.com" target="_blank">午夜神器成在线人成在线人免费</a>| <a href="http://928288.com" target="_blank">亚洲乱妇老熟女爽到高潮的片</a>| <a href="http://xy167.com" target="_blank">欧洲精品免费一区二区三区</a>| <a href="http://ztsf6688.com" target="_blank">深夜特黄a级毛片免费播放</a>| <a href="http://416164.com" target="_blank">亚洲无码精品浪潮</a>| <a href="http://www99383.com" target="_blank">精品国产免费一区二区三区香蕉</a>| <a href="http://gkhnf.com" target="_blank">久久精品亚洲一区二区</a>| <a href="http://hn283.com" target="_blank">国产91色综合久久免费分享</a>| <a href="http://www-75044.com" target="_blank">亚洲国产精品成人综合久久久</a>| <a href="http://linanhotel.com" target="_blank">亚洲第一成年免费网站</a>| <a href="http://av520av.com" target="_blank">日韩亚洲人成在线综合</a>| <a href="http://bcz123.com" target="_blank">亚洲另类少妇17p</a>| <a href="http://txtmp3.com" target="_blank">亚洲成AV人影片在线观看</a>| <a href="http://qnyjny.com" target="_blank">亚洲国产精品自产在线播放</a>| <a href="http://paweax.com" target="_blank">成全动漫视频在线观看免费高清版下载 </a>| <a href="http://zndijgch.com" target="_blank">国产精品极品美女自在线观看免费</a>| <a href="http://taiyu18.com" target="_blank">最近免费字幕中文大全视频</a>| <a href="http://33338x.com" target="_blank">7777久久亚洲中文字幕</a>| <a href="http://www045888.com" target="_blank">国产又粗又猛又爽又黄的免费视频</a>| <a href="http://56kaifa.com" target="_blank">免费精品国自产拍在线播放</a>| <a href="http://xmjcjc.com" target="_blank">亚洲av无码一区二区三区不卡 </a>| <a href="http://oakuu.com" target="_blank">亚洲午夜电影一区二区三区</a>| <a href="http://sdzsx.com" target="_blank">日本免费人成黄页网观看视频</a>| <a href="http://yamashida.com" target="_blank">av片在线观看永久免费</a>| <a href="http://3t77.com" target="_blank">亚洲成A∨人片在线观看无码</a>| <a href="http://by8847.com" target="_blank">国产美女精品视频免费观看 </a>| <a href="http://ybcin.com" target="_blank">免费的黄色的网站</a>| <script> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); </script> </body>