<script language="javascript">
<!--
var oDate = new Date();
alert("今天星期"+oDate.getDay()+"哦");
//-->
</script>