javascript - The page suddenly inserted a piece of js and reported an error
PHP中文网
PHP中文网 2017-07-05 10:39:18
0
6
576

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(6)
phpcn_u1582

It should be other js introduced into the page, dynamically generated js;
You can remove other plug-in js first and check it;

过去多啦不再A梦

Replace the double quotes after src with single quotes

世界只因有你

src should end with .js suffix, what the hell is your /js

Peter_Zhu

Is it DNS hijacking

我想大声告诉你

It should be the js injected by the browser plug-in.

世界只因有你

It should be that the content of your website has been tampered with.
Can you confirm whether the source file was modified on the server or was tampered with during the transmission process?
If it’s the latter, which regions and operators will be affected?
For tampering during the transmission process, the best solution is https; if the source file on the server is tampered with, the server has been invaded.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template