代码搜索:如何学习 JS?
找到约 10,000 项符合「如何学习 JS?」的源代码
代码结果 10,000
www.eeworm.com/read/432138/8627571
js main.js
var startTime,endTime;
var d=new Date();
startTime=d.getTime();
function JugeComment(myform)
{
if (document.myform.UserName.value==""){
alert ("你的用户名不可为空!");
document.myform.UserName.foc
www.eeworm.com/read/432138/8628298
js softkey.js
//定义当前是否大写的状态
window.onload=
function()
{
inputpass=null;
initCalc();
}
var CapsLockValue=0;
var check;
function setVariables() {
tablewidth=630; // logo width, in pixels
tabl
www.eeworm.com/read/432138/8628323
js prototype.js
var Prototype = {
Version: '1.4.0',
ScriptFragment: '(?:)((\n|\r|.)*?)(?:)',
emptyFunction: function() {},
K: function(x) {return x}
}
var Class = {
create: f
www.eeworm.com/read/432138/8628337
js admin.js
function DvMenuCls(){
var MenuHides = new Array();
this.Show = function(obj,depth){
var childNode = this.GetChildNode(obj);
if (!childNode){return ;}
if (typeof(MenuHides[depth])=="obje
www.eeworm.com/read/432138/8628751
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/8628797
js footer.js
d=new Date();
endTime=d.getTime();
document.write("页面装载时间:");
document.write((endTime-startTime)/1000);
document.write(" 秒");
www.eeworm.com/read/432138/8628871
js main.js
var startTime,endTime;
var d=new Date();
startTime=d.getTime();
function JugeComment(myform)
{
if (document.myform.UserName.value==""){
alert ("你的用户名不可为空!");
document.myform.UserName.foc
www.eeworm.com/read/432138/8629798
js html.js
function DrawImage(MyPic,W,H){
var flag=false;
var image=new Image();
image.src=MyPic.src;
if(image.width>0 && image.height>0){
flag=true;
if(image.width/image.height>= W/H){