js 笔记

1、判断变量是否定义

if("undefined" == typeof(end) || isNaN(end)) count = 6;

posted @ 2014-10-05 13:43  长城的草  阅读(137)  评论(0)    收藏  举报