我想使用

<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
.

会导致任何问题?

有帮助吗?

解决方案

I highly suggest you to not use old versions of JavaScript libraries. They usually have bugs that have been fixed in newer versions.

Chances are good that a very new browser version (especially of IE) results in some issues that are usually quickly fixed in a new version of the library, but if you stay with an ancient version.. well, your scripts might break!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top