可压缩的javascript可以解压缩 [英] Can compressed javascript be uncompressed

查看:269
本文介绍了可压缩的javascript可以解压缩的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以解压缩(如果这是正确的术语)下面的代码?

Is it possible to uncompress (if that's the right term even) for code like below?

var vote=function(){var k={informModerator:-1,undoMod:0,acceptedByOwner:1,upMod:2,downMod:3,offensive:4,favorite:5,close:6,reopen:7,deletion:10,undeletion:11,spam:12};var f=imagePath+"vote-arrow-down.png";var c=imagePath+"vote-arrow-down-on.png";var x=imagePath+"vote-arrow-up.png";var w=imagePath+"vote-arrow-up-on.png";var A=imagePath+"vote-favorite-on.png";var o=imagePath+"vote-favorite-off.png";var l=function(){var C='<a href="/users/login?returnurl='+escape(document.location)+'">login or register</a>';$("div.vote").find("img").not(".vote-accepted").unbind("click").click(function(D){u($(D.target),"Please "+C+" to use voting.")});z().unbind("click").click(function(D){u($(D.target),"Please "+C+" to flag this post.")})};var B=function(C){if(!C){C="div.vote"}$(C).find("img.vote-

我搜索stackoverflow这个问题,没有发现任何结果

I did search stackoverflow for this question and found no results

推荐答案

在此处复制/粘贴: http://jsbeautifier.org/

这只会重新格式化布局。您不能恢复变量/函数名称。

That will only reformat the layout. You cannot restore variable/function names.

在MetaSO上相关我们可以得到一个未模糊的投票对象版本吗?

这篇关于可压缩的javascript可以解压缩的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆