Добавил еще ведущие нули к миллисекундам, если кому-то еще когда-то этот код понадобится
log = function (text, color, define){ var id, time, thread, logHtml, textLog; define = (typeof define == 'string') ? define.split(/[\s,.|:;]+/g) : define; if(typeof define === 'object' && define !== null){ if(Array.isArray(define)){ id = define.indexOf('id') > -1; time = define.indexOf('time') > -1; thread = define.indexOf('thread') > -1; } else{ id = define.id == true; time = define.time == true; thread = define.thread == true; } } else id = time = thread = true; id = id ? '<a href="action://action' + ScriptWorker.GetCurrentAction() + '" style="color:gray;">[' + ScriptWorker.GetCurrentAction() + ']</a>' : ''; time = time ? ' ' + getTime() : ''; thread = thread ? ' Поток №' + thread_number() : ''; logHtml = (id || time || thread) ? id + '<span style="color: white">' + time + thread + ' : </span>' : ''; logHtml += '<span style="color:' + (color ? color : 'white') + '">' + text + '</span>'; textLog = '[' + ScriptWorker.GetCurrentAction() + ']' + time + thread + ' : ' + text function getTime(){ var checkTime = function(i){ return (i < 10) ? "0" + i : i; }; var checkMilliSeconds = function(ms){ if (ms < 10) { return "00" + ms; } else if (ms < 100) { return "0" + ms; } else { return ms; } }; var d = new Date(); var hh = checkTime(d.getHours()); var mm = checkTime(d.getMinutes()); var ss = checkTime(d.getSeconds()); var ms = checkMilliSeconds(d.getMilliseconds()); return '[' + hh + ':' + mm + ':' + ss + '.' + ms + ']'; }; Logger.WriteHtml(logHtml, textLog); }Поиск элемента в блоке
-
Всем привет!
Не могу справиться с задачей. Собираю данные по блокам, используя цикл для каждого элемента. Проблема в том, что в блоке 2 ячейки, одна из которых нужна. Собирать это не проблема. Проблема в том, что иногда появляется третья ячейка, и тогда две другие не нужны... не могу проверить, когда она появляется в блоке, чтоб её спарсить -
Точнее у любого нужного из трёх (для получения текста) есть в названии класса "best"...
-
@sturmv0gel Через Проверить Существование
-
@sturmv0gel А какой используете селектор?
Если работаете с циклом, то нужно к генерируемому добавлять свой
[[FOR_EACH_CSS]] >AT> [[CYCLE_INDEX]] >CSS> .mylementclassВот инфа по селекторам http://wiki.bablosoft.com/doku.php?id=ru:how_to_search_for_element