Where is the .JS file in this code? And why are they calling it this way?

后端 未结 5 612
我在风中等你
我在风中等你 2021-01-07 16:00

Where is the JS file and is this Async the fastest way to call JS?

I guess they then have PHP calls in the .JS for updating the Ad stats??

The code:

5条回答
  •  温柔的废话
    2021-01-07 16:28

    I've made your code more readable:

    1 
    
    • 2,14 An anonymous function wrapper is created, so that variables cannot be access from outside the function ("scope")
    • 3   acc looks like the identifier of the advertiser
    • 4,5 st = "nocss" and or = "h" looks like settings to adjust the appearance
    • 7,10-12 A
提交回复
热议问题