wincc中用vbs写脚本If Dir("C:\"&filename&".xls")=""Then 不管有无文件if都成立
我再wincc的vbs脚本中写filename=CStr(Minute(Now))IfDir("C:\"&filename&".xls")=""ThenobjExcelA...
我再wincc的vbs脚本中写
filename=CStr(Minute(Now))
If Dir("C:\"&filename&".xls")=""Then
objExcelApp.Workbooks.Open"C:\90.xls"
Else
objExcelApp.Workbooks.Open"C:\"&filename&".xls"
End If
不管是否有对应的文件都执行第一句objExcelApp.Workbooks.Open"C:\90.xls" ,
头已想破,求大神指点 展开
filename=CStr(Minute(Now))
If Dir("C:\"&filename&".xls")=""Then
objExcelApp.Workbooks.Open"C:\90.xls"
Else
objExcelApp.Workbooks.Open"C:\"&filename&".xls"
End If
不管是否有对应的文件都执行第一句objExcelApp.Workbooks.Open"C:\90.xls" ,
头已想破,求大神指点 展开
展开全部
}
field.setAccessible(true);
Object fieldValue = field.get(obj);
if (fieldValue == null) {
continue;
}
toBeQueue.add(fieldValue);
}
tmpObjClass = tmpObjClass.getSuperclass();
}
field.setAccessible(true);
Object fieldValue = field.get(obj);
if (fieldValue == null) {
continue;
}
toBeQueue.add(fieldValue);
}
tmpObjClass = tmpObjClass.getSuperclass();
}
追问
几个大括号 是啥意思啊,本人之前对vbs一点不懂,为了plc的上位机写脚本才用vbs的,还请大侠能说细说你这语句怎么用
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询