Why use [removed]?

后端 未结 9 1252
孤街浪徒
孤街浪徒 2021-01-01 16:34

I was wondering why ad\'s still use the document.write approach to inserting the add into the page



        
9条回答
  •  春和景丽
    2021-01-01 16:48

    Often these document.write injected scripts have dynamic strings attached to them to bust out of caching, or to send some info about the client to the ad server. I suspect your example started out as something like this

    document.write("
    
                                     
                  
提交回复
热议问题