Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在和 seadragon 一起尝试制作 deepzoom 图像。我已经在这里上传了。
在 Firefox 和 Chrome 中它可以正常工作,但 IE 会产生一个 JavaScript 错误,例如
一个对象是预期的。林尼 95
如何解决?
您使用的是一个非常旧版本的prototypejs(2005 年的1.4),这会导致第95 行之前的错误(Array.shift 尝试将无效值分配给数组的长度,prototype.js 第464 行)。尝试使用较新版本的prototypejs。