| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
共有 484 人关注过本帖
标题:[求助]我的这段代码有错误吗?
取消只看楼主 加入收藏
风雨中
Rank: 1
等 级:新手上路
帖 子:213
专家分:0
注 册:2005-10-6
收藏
 问题点数:0 回复次数:0 
[求助]我的这段代码有错误吗?

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<!--
function phone(name,phonene,site){
this.name=name;
this.phonene=phonene;
this.site=site;
this.rate=0.3;
}
function calcfee(usedtime){
return(usedtime*this.rate);
}

//-->
</head>

<body bgcolor=yellow>
<script language=javascript>
<!--
var elapsed=eval(prompt("请输入本月电话使用时间:",""));
var myphone = new phone("张长富","010123456789","北京市海淀区");
myphone.calc=calcfee;
var fee=myphone.calc(elapsed);
document.writeln("<b>"+myphone.name+"<br>"+myphone.phonene+"<br>"+myphnoe.site+"<br>"+"本月的使用费用:"+fee)

//-->
</script>

</body>

</html>


因为我笨,所以我在不断的努力;因为我穷,所以我没有读过太多的书;因为我对自己期望很高,所以我只能不断的追求,用行动去实现自己的价值。
2005-11-03 19:16
快速回复:[求助]我的这段代码有错误吗?
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016080 second(s), 10 queries.
Copyright©2004-2025, BC-CN.NET, All Rights Reserved