<!DOCTYPE HTML>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>函数</title>
<script type="text/javascript">
function compare(a,b){
if(a>b) {
return a;
}
else if(a<b){
return b;
}
else{
return "相等";
}
}
document.write(" 5 和 4 的较大值是:"+compare(5,4)+"<br/>");
document.write(" 6 和 3 的较大值是:"+compare(6,3)+"<br/>" );
</script>
</head>
<body>
</body>
</html>
return "相等"; 你的符号中文符号
符号出错;
这个是中文的 , 把它换成英文