Can compressed javascript be uncompressed

前端 未结 5 1442
暖寄归人
暖寄归人 2021-01-04 23:27

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,         


        
5条回答
  •  悲&欢浪女
    2021-01-05 00:20

    There is a feature called "Pretty Print" at Source tab in Developer Tools of Google Chrome. Click on curly bracket icon and see the formatted code.

提交回复
热议问题