下面会出现“堆栈溢出”错误
<SCRIPT LANGUAGE="JavaScript">
<!--
function alert(x)
{
alert(x)
}
alert("1234")
//-->
</SCRIPT>