js字符大小比较大家帮忙侃侃
//<script>
function createexame(str)
{
var strc=str;
alert(strc);
var righta ='B';
alert(righta);//alert(s);
if(strc==righta)alert("您答对了!");
else alert("答错了");
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body onLoad="createexame('A');">
</body>