我们可以在自定义javascript变量中添加"setTimeout"
吗?
我正在尝试将setTimeout添加到函数中,并且它给出了一个解析错误。
setTimeout( function() {
var el = {{findclosetjobs}}({{Click Element}}, 'span[class="select2-selection__rendered"]');
return typeof el !== 'undefined' ? el.innerText : undefined;
}, 1000);
请告知。