js中if判断中的!!!是什么意思
如下面这段代码中if判断里面的三个非是什么意思
if(!!!top.selectWindow){
top.selectWin({
src: '<%=path%>/template/moduleTree.do?tempId='+$("#tempId").val(),
title: '选择模块',
offset: getOffset('parentModuleName'),
parWindow: [parent.$('body'),$('body'),parent.parent.$('body')],
items:[{
input: $(this),
selectInput: '#moduleName'
},{
input: $('#parentModuleId'),
selectInput: '#moduleId'
}]
});
}