javascript类设计模式
2008-08-05 19:58:05 来源:WEB开发网核心提示:<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd“><html> <head> <meta http-equiv=”Content-Type” co
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd“>
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=GB2312″ />
<title>javascript类设计模式</title>
<script language=”Javascript” type=”text/javascript”>
function car(){
//构造函数
}
car.PRototype = {
wheel:3,
run:function(){
alert(”我在跑”);
},
stop:function(){
alert(”我停止了”);
}
}
var car = new car();
car.stop1();
</script>
</head>
<body>
</body>
</html>
看看代码就OK了咯
Tags:javascript 设计模式
编辑录入:爽爽 [复制链接] [打 印]更多精彩
赞助商链接