多半是网络问题
希望出一个入门的介绍课程啊
var arr = new Array('a', 'b', 'c', 'd', 'e', 'f', 'g', 'h');
function func(aInx, bInx) {
//console.log(aInx + '-' + bInx);
if ((arr.length - aInx < 5) || (bInx + 4) > arr.length) {
//return;
if ((aInx + 4) > arr.length) {
return;
}
if((bInx + 4) > arr.length){
//console.log(bInx);
aInx++;
bInx = aInx+1;
func(aInx, bInx);
return;
}
}
var obj2 = arr.slice(aInx, aInx + 1).concat(arr.slice(bInx, bInx + 4)).join();
console.log(obj2);
bInx++;
func(aInx, bInx);
}
func(0, 1);
var like;if (like) { console.log("ok")} else {console.log("ok")};
/*调用天气预报的代码*/<iframe width="214" scrolling="no" height="54" frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=42&icon=1&num=3"></iframe>
<iframe width="214" scrolling="no" height="54" frameborder="0" allowtransparency="true" src="http://i.tianqi.com/index.php?c=code&id=42&icon=1&num=3"></iframe>调用天气预报插件
先打好css,js的基础,尤其是js。js学好了,后面学的面向对象,框架什么的不会显得太吃力。
这是我看的别人写的代码,就想问问什么意思,看不懂这些属性
课程须知
1.您至少学习了本站“JS入门”、“JS进阶”两门基础课程。 2.如您具备一定实践经验对学习有很大帮助。 3.如您没有脚本编程开发经验,学习过程有可能会受挫部分内容或示例代码,请“暂时略过不懂的部分,后面章节会阐述”,当然想透彻学习,还需大量实践来体会知识的内涵。
我觉得可以使用PPT制作好切换模式 然后直接录音切换就可以了。还有电脑有专门的屏幕录制软件。
新建一个html文件,并在要head标签中加入<script type="text/javascript"></script>,并在script标签内写js代码
被墙了吧,百度或BING中搜索关键字:MDN JavaScript 试一试
是基础课啦
老师不会影分身啊,第二章明天或下周一上线,第三章预计下周五,以后每周一章。
本课程不是基础课,过于简单、基础的内容不会重复去说,基础部分的学习请参见
《JavaScript基础篇》、《JavaScript进阶篇》。
越新越好哦,因为新的版本增加了更多当时新浏览器的兼容问题,也修正了更多的问题。