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

后端 未结 3 1623
挽巷
挽巷 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条回答
  •  Happy的楠姐
    2020-12-14 16:32

    As I have seen that eval(function(p,a,c,k,e,d){}) is used in http://www.indiabix.com which uses it for hiding whole contents when user get download the page and open it . Maybe that is the inner workings of the particular code.

提交回复
热议问题