MyEclipse2017:开启codeView导致html被注入一些js代码引起的问题

参考博客地址:http://blog.csdn.net/zhouzixin053/article/details/51685858
今天用Tomcat发布项目后,发现访问其中的html页面时,在页面右边有一个工具栏,就是这个
MyEclipse2017:开启codeView导致html被注入一些js代码引起的问题_第1张图片

甚至还把我的页面搞得一团糟,就像这样
MyEclipse2017:开启codeView导致html被注入一些js代码引起的问题_第2张图片

查看源码可以看到,在html中多了以下代码:

<script>"undefined"==typeof CODE_LIVE&&(!function(e){var t={nonSecure:"64104",secure:"64109"},c={nonSecure:"http://",secure:"https://"},r={nonSecure:"127.0.0.1",secure:"gapdebug.local.genuitec.com"},n="https:"===window.location.protocol?"secure":"nonSecure";script=e.createElement("script"),script.type="text/javascript",script.async=!0,script.src=c[n]+r[n]+":"+t[n]+"/codelive-assets/bundle.js",e.getElementsByTagName("head")[0].appendChild(script)}(document),CODE_LIVE=!0);script>
 data-genuitec-lp-enabled="false" data-genuitec-file-id="wc1-1"

好了,吐槽完毕,说下解决方法,在参考博客里也提到了,就是把codeView这个功能给关了就行,说实话,我也不知道是什么时候开的。。。。
关闭方法:
MyEclipse2017:开启codeView导致html被注入一些js代码引起的问题_第3张图片

你可能感兴趣的:(记录)