摘要:
var globalEval =function(data) { (window.execScript || function(data){ window.eval.call(window,data); })(data);} 阅读全文
posted @ 2013-12-27 15:35
sexy_girl
阅读(295)
评论(0)
推荐(0)
摘要:
Function.prototype.bind = function(b) { var a = this; return function() { a.apply(b, arguments) }};Function.prototype.once = function() { var b = false, a = this; return function() { if (b) { return } else { b = true; a.appl... 阅读全文
posted @ 2013-12-27 14:26
sexy_girl
阅读(155)
评论(0)
推荐(0)
浙公网安备 33010602011771号