What is the custom function(p,a,c,k,e,d) used for?

后端 未结 3 1633
挽巷
挽巷 2020-12-14 16:17

I have seen a lot of websites with some function (p,a,c,k,e,d) in their JavaScript code. The different websites may have different bodies of this function, but

3条回答
  •  余生分开走
    2020-12-14 16:37

    It's a function which decompresses compressed/obfuscated javascript code. Many JS libraries and scripts make use of it.

    There are online tools where you can pack and unpack code via the browser, which use the function.

提交回复
热议问题