【MapSheep】
[好记性不如烂笔头]
摘要: <script type="text/javascript"> document.onkeydown = function(e) { //捕捉回车事件 var ev = (typeof event!= 'undefined') ? window.event : e; if(ev.keyCode == 阅读全文
posted @ 2021-07-05 11:47 (Play) 阅读(46) 评论(0) 推荐(0)
摘要: function checkLaunch(actualIds,url){ var actualIds = [actualIds.split(",")]; var actualId = []; for (var i = 0; i < actualIds[0].length; i++) { debugg 阅读全文
posted @ 2021-07-05 11:45 (Play) 阅读(47) 评论(0) 推荐(0)
摘要: 剔除字符串的空格 userName.trim(); 没有泛型的List集合判断为空 result.isEmpty() 集合判空 list != null && list.size() > 0 CollUtil.isEmpty(mdpCompensationStandarList) Collectio 阅读全文
posted @ 2021-07-05 10:36 (Play) 阅读(131) 评论(0) 推荐(0)