锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲黄色在线电影,激情综合色五月丁香六月亚洲,亚洲色欲色欲wwwhttp://www.tkk7.com/lihao336/category/41651.html鎴愪簬鍧氬繊錛屾瘉浜庢誕韜?/description>zh-cnThu, 10 Sep 2009 13:06:16 GMTThu, 10 Sep 2009 13:06:16 GMT60浠ヤ竴涓渶綆鍗曠殑渚嬪瓙鎶奜O鐨凧avaScript璇存槑鐧?/title><link>http://www.tkk7.com/lihao336/articles/294598.html</link><dc:creator>PhoenixLi</dc:creator><author>PhoenixLi</author><pubDate>Thu, 10 Sep 2009 08:02:00 GMT</pubDate><guid>http://www.tkk7.com/lihao336/articles/294598.html</guid><wfw:comment>http://www.tkk7.com/lihao336/comments/294598.html</wfw:comment><comments>http://www.tkk7.com/lihao336/articles/294598.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.tkk7.com/lihao336/comments/commentRss/294598.html</wfw:commentRss><trackback:ping>http://www.tkk7.com/lihao336/services/trackbacks/294598.html</trackback:ping><description><![CDATA[<br /> <p>OO鐨凧avaScript騫朵笉楂樻繁錛岄夯鐑﹀氨楹葷儲鍦╣oogle鍑烘潵鐨勫浗浜轟粙緇嶆枃绔犵粡甯哥綏緗楀棪鍡︼紝鑰屼笖涔嬮棿鐨勮娉曡繕鍚勬湁涓嶅悓錛屾憜鍦ㄤ竴璧峰氨璁╀漢鐪嬩簡澶村ぇ銆?br /> 榪欓噷閲嶆嬀綆鍗曚富涔夛紝浠ヤ竴涓渶綆鍗曠殑渚嬪瓙鎶奜O Javascript璇存槑鐧姐?/p> <p>1.涓涓涓虹簿綆鐨勪緥瀛?/p> <p>鍙渶鐞嗚В涓変釜鍏抽敭瀛?<br /> 絎竴涓槸function 錛孞S涓栫晫閲孋lass鐨勫畾涔夌敤"function"錛宖unction閲岄潰鐨勫唴瀹瑰氨鏄瀯閫犲嚱鏁扮殑鍐呭銆?/p> <p>絎簩涓槸this鎸囬拡錛屼唬琛ㄨ皟鐢ㄨ繖涓嚱鏁扮殑瀵硅薄銆?/p> <p>絎笁涓槸prototype錛岀敤瀹冩潵瀹氫箟鎴愬憳鍑芥暟錛?姣旇緝瑙勮寖鍜屼繚闄┿?br /> //瀹氫箟Circle綾伙紝鎷ユ湁鎴愬憳鍙橀噺r錛屽父閲廝I鍜岃綆楅潰縐殑鎴愬憳鍑芥暟area()<br /> function Circle(radius) <br /> {  <br />     this.r = radius;<br /> }<br /> Circle.PI = 3.14159;<br /> Circle.prototype.area = function(  ) {return Circle.PI * this.r * this.r;}<br /> //浣跨敤Circle綾?br /> var c = new Circle(1.0);   <br /> alert(c.area()); <br /> 鍙﹀鎴愬憳鍑芥暟瀹氫箟榪樺彲浠ュ啓鎴愯繖鏍?<br /> function compute_area(){return Circle.PI * this.r * this.r;}<br /> Circle.prototype.area=compute_area;</p> <p>2.緇ф壙</p> <p>娉ㄦ剰涓ょ偣<br /> 1.瀹氫箟緇ф壙鍏崇郴 ChildCircle.prototype=new Circle(0); 鍏朵腑0鏄崰浣嶇敤鐨?br /> 2.璋冪敤鐖剁被鐨勬瀯閫犲嚱鏁?<br />      this.base=Circle;<br />      this.base(radius);<br /> //瀹氫箟ChildCircle瀛愮被<br /> function ChildCircle(radius) <br /> {  <br />      this.base=Circle;<br />      this.base(radius);<br /> }</p> <p>ChildCircle.prototype=new Circle(0);<br /> function Circle_max(a,b)<br /> {<br />     if (a.r > b.r) return a;</p> <p>    else return b;<br /> }<br /> ChildCircle.max = Circle_max;<br /> //浣跨敤ChildCircle瀛愮被<br /> var c = new ChildCircle(1);<br /> var d = new ChildCircle(2);   <br /> var bigger = d.max(c,d); <br /> alert(bigger.area());</p> <p>3.var寮忓畾涔?br /> JS榪樻敮鎸佷竴縐峷ar Circle={raidus:1.0,PI:3.1415}鐨勫艦寮忥紝璇硶灝卞CSS鐨勫畾涔夈?br /> 鍥犳濡傛灉Circle鍙湁涓涓疄渚嬶紝涓嬮潰鐨勫畾涔夋柟寮忔洿綆媧侊細<br /> var newCircle=<br /> {<br /> r:1.0,<br /> PI:3.1415,<br /> area: function(){ return this.PI * this.r * this.r;}<br /> };<br /> alert(newCircle.area());<br /> BTW.鍚冮ケ浜嗘拺鐫鍙互鐪嬬湅Rails甯︾殑OO Javascript搴?-Prototype<br /> 鍏跺疄錛孞avascript鐜板湪鐨勮娉曠湡鐨勪笉閫傚悎閭d箞鍒壄鐨勫啓鎴怬O妯″紡....</p> <br /> <br /> 鏈枃杞嚜 http://calvin.javaeye.com/blog/92013 <img src ="http://www.tkk7.com/lihao336/aggbug/294598.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.tkk7.com/lihao336/" target="_blank">PhoenixLi</a> 2009-09-10 16:02 <a href="http://www.tkk7.com/lihao336/articles/294598.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://xingqiu1.com" target="_blank">人妻丰满熟妇无码区免费</a>| <a href="http://www-c559.com" target="_blank">国产免费久久精品丫丫</a>| <a href="http://9522952.com" target="_blank">一个人免费观看在线视频www</a>| <a href="http://ebanyou.com" target="_blank">亚洲韩国—中文字幕</a>| <a href="http://yuduruizhi.com" target="_blank">无码A级毛片免费视频内谢</a>| <a href="http://qinglou31.com" target="_blank">亚洲国产AV无码专区亚洲AV</a>| <a href="http://xdxsw.com" target="_blank">99免费在线观看视频</a>| <a href="http://xsjxp.com" target="_blank">亚洲国产精品成人综合色在线婷婷</a>| <a href="http://9522952.com" target="_blank">无遮免费网站在线入口</a>| <a href="http://www-188588.com" target="_blank">最近中文字幕高清免费中文字幕mv </a>| <a href="http://onisterwines.com" target="_blank">免费视频成人国产精品网站</a>| <a href="http://spxingyiquan.com" target="_blank">又大又硬又爽免费视频</a>| <a href="http://0769wwt.com" target="_blank">2022国内精品免费福利视频</a>| <a href="http://s8sb.com" target="_blank">亚洲精品国产成人片</a>| <a href="http://sds54.com" target="_blank">最好看的中文字幕2019免费</a>| <a href="http://szzrjk.com" target="_blank">久久亚洲国产成人影院</a>| <a href="http://jundaflex.com" target="_blank">全免费a级毛片免费看</a>| <a href="http://5ggy.com" target="_blank">亚洲福利一区二区三区</a>| <a href="http://wwwv27.com" target="_blank">天天操夜夜操免费视频</a>| <a href="http://czshenyue.com" target="_blank">日本激情猛烈在线看免费观看</a>| <a href="http://66keke.com" target="_blank">激情97综合亚洲色婷婷五</a>| <a href="http://38miao.com" target="_blank">国产一区二区三区亚洲综合</a>| <a href="http://juytv.com" target="_blank">亚洲欧洲一区二区三区</a>| <a href="http://hcdigi.com" target="_blank">AV激情亚洲男人的天堂国语</a>| <a href="http://yakonet.com" target="_blank">亚洲综合精品网站在线观看</a>| <a href="http://3bmmatv.com" target="_blank">美女扒开尿口给男人爽免费视频</a>| <a href="http://cctv69.com" target="_blank">久久久无码精品亚洲日韩软件 </a>| <a href="http://uiui6.com" target="_blank">亚洲第一黄色网址</a>| <a href="http://www676617.com" target="_blank">光棍天堂免费手机观看在线观看</a>| <a href="http://600c28.com" target="_blank">亚洲成a人片在线观看中文app</a>| <a href="http://863409.com" target="_blank">永久黄网站色视频免费</a>| <a href="http://www-66409b.com" target="_blank">久久嫩草影院免费看夜色</a>| <a href="http://wwwnewhtbook.com" target="_blank">亚洲综合无码一区二区三区</a>| <a href="http://srvz83.com" target="_blank">国产极品粉嫩泬免费观看</a>| <a href="http://5shitou.com" target="_blank">a毛片成人免费全部播放</a>| <a href="http://6777s.com" target="_blank">色婷婷亚洲十月十月色天</a>| <a href="http://yyfass.com" target="_blank">日韩人妻无码精品久久免费一</a>| <a href="http://qiseka.com" target="_blank">亚洲人xxx日本人18</a>| <a href="http://hengzekang.com" target="_blank">久久精品国产亚洲Aⅴ蜜臀色欲</a>| <a href="http://513109.com" target="_blank">1a级毛片免费观看</a>| <a href="http://yhanalati.com" target="_blank">特黄aa级毛片免费视频播放</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>