尝试使用window.FormData
时出现以下错误:
The name 'FormData' does not exist in the current scope
FileReader
也是如此答案 0 :(得分:1)
您可以使用以下方法检查功能:
if (window.FormData) {
alert('Yes');
}
这依赖于虚假检查 - 如果你想要明确,请使用。
if (typeof FormData !== 'undefined') {
alert('Yes');
}
答案 1 :(得分:0)
将.card {
width: 180px;
margin: 10px;
padding: 0px 10px;
text-align: center;
}
添加到项目dom
中的lib
数组中。
tsconfig.json