АП
Size: a a a
АП
ЛХ
ЛХ
элемент.next().next().next() что-то возвращает, но в нем нет ни .text() ни .html() 🤷♂️<p></p> с текстомDD
YZ
АП
DD
ЛХ
DD
ЛХ
элемент.next().next().next() что-то возвращает, но в нем нет ни .text() ни .html() 🤷♂️<p></p> с текстом$('p').filter() его спокойно находит и берет .text()DD
ЛХ
DD
ЛХ
AF
http.get()передать еще и заголовок с токеном, по тому что написано на сайте NideJs выглядеть должно так:
http.get({
hostname: 'localhost',
port: 80,
path: '/',
agent: false // create a new agent just for this one request
}, (res) => {
// Do stuff with response
});http.get(uri, {
headers: {
'X-Yandex-API-Key': config.get("YKey")
}
}, response => {
console.log(response)
})倫岡
http.get()передать еще и заголовок с токеном, по тому что написано на сайте NideJs выглядеть должно так:
http.get({
hostname: 'localhost',
port: 80,
path: '/',
agent: false // create a new agent just for this one request
}, (res) => {
// Do stuff with response
});http.get(uri, {
headers: {
'X-Yandex-API-Key': config.get("YKey")
}
}, response => {
console.log(response)
})@ejnshtein/smol-requestЛХ
@ejnshtein/smol-requestAF
@ejnshtein/smol-requestAF