会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
风真天
博客园
首页
新随笔
联系
管理
2015年7月8日
GooFlow
摘要: 目前的下载网址:基于JQUERY的WEB在线流程图设计器GOOFLOW 0.7版
阅读全文
posted @ 2015-07-08 18:18 风真天
阅读(325)
评论(0)
推荐(0)
编辑
js判断undefined类型
摘要: if (value== undefined){ console.log("undefined");}如果value已经声明,是可以判断的。但是,如果value未被声明,就无法判断,需要使用typeof方法:if (typeof(value) == "undefined") { console.l...
阅读全文
posted @ 2015-07-08 18:06 风真天
阅读(369)
评论(0)
推荐(0)
编辑
公告