There are always novices asking,How to prohibit others to view their own web page source code?The answer is No,For the experienced, all methods are futile。 Method of forbidding to view web page source code The common method is to add a similar pageJScode,Shielding keyboard and right mouse button。 document.onkeydown = function() { var e = […]