我知道,出于安全原因,这并不容易实现,但是,如果火烧确实发生,就会有办法这样做。
请帮助,在本页的行文中引用一些文字,以取得某种效果。
Basically, I would like to achieve two functionality: 1. add jQuery to any web page automatically if not already exist. 2. when open certain address, call a method of that page to auto notify the server. (an ajax functionality of the page)
I have tried to inject on the body, no luck. tried to get the window object, which however do not have access to call the function.
试图将地点改变为:javascript:alert(试验注射);
许多.。