摘要:
<script type="text/javascript"> document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 阅读全文
摘要:
function checkLaunch(actualIds,url){ var actualIds = [actualIds.split(",")]; var actualId = []; for (var i = 0; i < actualIds[0].length; i++) { debugg 阅读全文
摘要:
剔除字符串的空格 userName.trim(); 没有泛型的List集合判断为空 result.isEmpty() 集合判空 list != null && list.size() > 0 CollUtil.isEmpty(mdpCompensationStandarList) Collectio 阅读全文