js宏代码大全,js代码大全加讲解

1,js代码大全加讲解http://www.dushuwu.net/a/javascript/jsjc/ 去看看吧 。希望对您有所帮助吧 。我有js课本,绝对详细,要不要,很厚的,.就怕你看不完,知识深奥你理解不了,
2,网页javascript脚本<script language="javascript" type="text/javascript">var theMonths = new Array(12);theMonths[0] = "Jan";theMonths[1] = "Febg";theMonths[2] = "Marfg";theMonths[3] = "Aprvbh";theMonths[4] = "Maycvbg";for(var i=0;i<12;i++)alert(theMonths[i]);}楼主你好 , 上面代码确实不会弹出任何东西 。theMonths[0] = "Jan";theMonths[1] = "Febg";theMonths[2] = "Marfg";theMonths[3] = "Aprvbh";theMonths[4] = "Maycvbg";这是你的几个赋值,没有一个满足if条件0不等于Jan的长度,1不等于"Marfg"长度,你看看是不?【js宏代码大全,js代码大全加讲解】