代码搜索:如何学习 JS?

找到约 10,000 项符合「如何学习 JS?」的源代码

代码结果 10,000
www.eeworm.com/read/288605/8618999

js index.js

// JavaScript Document //为String 对象添加trim()方法 String.prototype.trim=function() { return this.replace(/(^\s*)|(\s*$)/g, ""); } //检查表单 function checkPost() { if(document.post.content.value.tr
www.eeworm.com/read/288605/8619379

js common.js

//PBlog2 公用JS代码 //Author:PuterJam //查找网页内宽度太大的图片进行缩放以及PNG纠正 function ReImgSize(){ for (i=0;i500) {
www.eeworm.com/read/288605/8619414

js ubbcode.js

//|===========================| //| UBB编辑器JS代码 1.0 | //| 作者:舜子(PuterJam) | //| 版权所有 2005 | //|===========================| var UBBBrowerInfo=new Object(); var sAgent=na
www.eeworm.com/read/432158/8623169

js showhidden.js

 if(document.getElementById('cnblogsgooglead') != null) { document.getElementById('cnblogsgooglead').innerHTML = document.getElementById('cnblogsgoogleadcode').innerHTML; //docum
www.eeworm.com/read/432158/8623189

js common.js

function WarpClass(eID, tID, fID, ev) { var eObj = document.getElementById(eID); var tObj = document.getElementById(tID); var fObj = document.getElementById(fID); if (eObj && tObj) {
www.eeworm.com/read/187578/8623224

js editor.js

var Editor_edit; //selectRang var Editor_RangeType; var Editor_selection; var Editor_filterScript = true; var Editor_charset="UTF-8"; var Editor_bLoad=false; var Editor_pureText=true; var Edito
www.eeworm.com/read/187578/8623240

js main.js

if (Editor_bIsIE5){ var IframeID=frames["Editor_Composition"]; } else{ var IframeID=document.getElementById("Editor_Composition").contentWindow; var Editor_bIsNC=true; } if (Editor_bLoad==fa
www.eeworm.com/read/388231/8626228

js ts.js

// 程序设计虹雨 网址:chy.126.com // 在要使用本程序的页面里加入: 就可以了。 st=n=m=0;k=9;ns=navigator.appName=="Netscape"; t1=new Image(); t1.src="ts1.gif" //这里换成你的图片 t2=new Image(); t2.src="ts
www.eeworm.com/read/432138/8627451

js weather.js

function chkdiv(divid){ var chkid=document.getElementById(divid); if(chkid != null){return true; } else {return false; } } function page_to(theForm,city) { //if(city==""){city = 0574;} d
www.eeworm.com/read/432138/8627496

js footer.js

d=new Date(); endTime=d.getTime(); document.write("页面装载时间:"); document.write((endTime-startTime)/1000); document.write(" 秒");