Bootstrap样式在Internet Explorer中不起作用

时间:2018-06-12 10:17:00

标签: jquery

我在我的代码中编写了元标记。但仍然没有在IE中工作。它在Google Chrome和Firefox上工作但在IE中没有。请帮助我

<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

我的控制台中出现以下错误。

'd' is null or not an object

中的

jquery.min.js

let obj = patients.find(arr => arr.name === res.item.value);

上面一行

Expected ;

0 个答案:

没有答案