我如何在控制台中显示错误并在iif的第二部分中返回值,如下所示:
return fetch(templatePath)
.then((response) => response.ok ? response.text() : function() {
console.error(`Template ${templatePath} not found.`);
Promise.resolve(null);
})
.then((templateHtml) => {
newElement.innerHTML = templateHtml;
while (newElement.firstChild) {
oldElement.appendChild(newElement.firstChild);
}
})
但这会将函数显示为字符串,而不是像我想要的那样继续使用 null。
ABOUTYOU
有只小跳蛙
人到中年有点甜
达令说
相关分类