tedd
V2EX  ›  问与答

请问有什么办法能 unminify JS (angular) 代码呢?

  •  
  •   tedd · May 13, 2016 · 1425 views
    This topic created in 3680 days ago, the information mentioned may be changed or developed.
    没有 source map ,是 angular 代码,搜了下 github 和 npm 都没有提供该功能的现有方案,特来请教~
    2 replies    2016-05-14 00:02:37 +08:00
    93html
        1
    93html  
       May 13, 2016
    没有 map 的话只能格式化一下勉强看吧。。 http://jsbeautifier.org/
    SoloCompany
        2
    SoloCompany  
       May 14, 2016
    function jiaoYiFunc(python, php) {
    return python.to(php);
    }

    minify 版本

    function jiaoYiFunc(a, b) {
    return a.to(b);
    }

    麻烦楼主你能不能人肉帮我从 minify 版本还原出来原始版本
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3131 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 37ms · UTC 13:26 · PVG 21:26 · LAX 06:26 · JFK 09:26
    ♥ Do have faith in what you're doing.