Even if you can’t prevent masters, you can also prevent ordinary people and novices from stealing codes. How to do it?
I have tried several methods, but even the web page thieves software downloaded from the Internet cannot prevent it~~~
迷茫2017-06-26 11:00:26
1) Prevent the behavior of right-clicking/F12/Ctrl+shift+I and other keys on the page
2) Compress the page html
3) Nested frames are dynamically generated using JS to increase the difficulty of plagiarizing code.
Can you learn from various plug-in websites? After all, they like to do this. Haha
For example this:
http://www.jq22.com/
PHP中文网2017-06-26 11:00:26
Impossible, all the browser does is display the web page sent back by the server. There is no encryption.