简单的js代码..

从今天开始0基础学习javascript,有点html和php基础,我想学习这个不会太难的,我也不视频学习了,太浪费时间,是时候自己咀嚼点东西了,哈哈.

javascipt.html

window.οnlοad=initAll;
function initAll(){
	document.getElementById("Lincoln").οnclick=saySomething;
	document.getElementById("Kenedy").οnclick=saySomething;
	document.getElementById("Nixon").οnclick=saySomething;
	}
function saySomething(){
	switch(this.id){
	case "Lincoln":alert("four score and seven years ago");break;
	case "Kenedy":alert("ask not what your country can do for you..");break;
	case "Nixon":alert("I'm not a crook");break;
	}
	
}
script09.js

window.οnlοad=initAll;
function initAll(){
	document.getElementById("Lincoln").οnclick=saySomething;
	document.getElementById("Kenedy").οnclick=saySomething;
	document.getElementById("Nixon").οnclick=saySomething;
	}
function saySomething(){
	switch(this.id){
	case "Lincoln":alert("four score and seven years ago");break;
	case "Kenedy":alert("ask not what your country can do for you..");break;
	case "Nixon":alert("I'm not a crook");break;
	}
	
}
我是这么理解javascript的,javascript的和php具有计算的的功能(这是html所不具备的),但是同时他可以嵌套在html中这又是php说不具备的.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值