Im using jsio (jslibs - , 并且正在Ossss。
问题在于该法的这一部分。
this.debugPath = function(path) { return path; }
// IE6 won t return an anonymous function from eval, so use the function constructor instead
var rawEval = (typeof eval( (function(){}) ) == undefined )
? function(src, path) { return (new Function( return + src))(); }
: function(src, path) { var src = src +
//@ sourceURL= + path; return window.eval(src); };
// provide an eval with reasonable debugging
this.eval = function(code, path, origCode) {
......................
问题似乎在分配<代码>rawEval的行文上。 评注指出,这一错误在其他地方转移。 是否有任何人遇到过这一问题?
帮助?
感谢。