Fork me on GitHub
摘要: 不管写什么程序,平时都会用到条件语句,如:if...else... switch这样的语句,来达到对条件的判断。下面看来一段代码:function abc(test){ if (test == 1){ console.log('test的值是'+test); ... 阅读全文
posted @ 2015-06-07 09:54 zhiqiang21 阅读(302) 评论(0) 推荐(0) 编辑