js 笔记

1、判断变量是否定义

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

原文地址:https://www.cnblogs.com/ccdc/p/4006973.html