Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.0:npm (npm install) on project js-executor: Failed to run task: 'npm install' failed.[ERROR] Failed to execute goal com.github.eirs...
最近在写一个后台管理系统的时候发现,用JS在IE底下取某个元素的HTML代码时得到的HTML 标签都是大写的,如何只把HTML标签变成小写呢?问题的实质就像这样:<DIV CLASS="Boxb Sidenav" id="Sidenav"> A very good Site</DIV> 如何变成 <div class="Boxb Sidenav" id="S