How to hide form code from view code/inspect element browser?

前端 未结 13 2239
深忆病人
深忆病人 2020-11-29 01:15

I want to hide form code from view code/inspect element browser , how can i do that ?

This is my code, please see below:

13条回答
  •  死守一世寂寞
    2020-11-29 02:01

    You can use this code -

    Block Right Click -

    
    

    Block Keys - You should use this on the upper of the body tag. (use in the head tag)

    
    

提交回复
热议问题