当我尝试在 UNIX 机器上使用 YUICompressor 压缩 jQuery 时,它添加了一些奇怪的单词,导致 jquery init 崩溃:
(function(window,undefined){var jQuery=function(selector,context){return new jQuery.fn.init(selector,context)}get ,_jQuery=window.jQuery
注意 'get' 在 ,_jQuery=window.jQuery 之前。当然,源代码中没有“get”。
在 Windows 机器上压缩时一切正常。
有什么线索吗?