1、图片加水印2、源代码混淆压缩(更甚加密)3、屏蔽掉右键、复制、选择的完整代码:
document.oncontextmenu=new Function("return false") document.onselectstart=new Function("return false")