zoukankan      html  css  js  c++  java
  • jsp调用js文件时出现乱码

    1.html中加上
    <meta http-equiv="Content-Type" content="text/html;charset=gb2312" />

    .
    2.导入js时候设置一下charset
    <script language=JavaScript src="regcheckdata.js" charset="gb2312"></script>
    3.所有的编码方式要一致。

    4.eclipse中js中文乱码解决
    选择"window">>"preferences">>"general">>"content types">java Source Files>
    在右边的窗口中打开列表,选中"JavaScript",在下面的"default encoding"右边的输入框中输入"GBK"或"GB2312"再点"update"按钮,再打开JS文件就可以.
    5.Eclipse 编码设置:

    全局编码设置ToolBar-->Window-->Preferences-->General-->Workspace-->Textfile encoding,设置合适的编码。
    局部编码设置:在源码按右键-->General-->Editors-->TestEditors-->Spelling-->Encoding,这里是设置单个文件的编码。

    6.MyEclipse编码设置:

    Windows----Preferences---MyEclipse(Enterprise Workbench)
    Files andEditors----JSP----右Encoding->(UTF-8)-->Update

    文件默认编码设置:

    Window -> preference, 左边 General-> Content Types, 在右边上面的框中打开Text, 选中Java SourceFile , 
    然后在下面的“Default edcodng”文本框中输入“UTF-8”,点“Update”,完成。

  • 相关阅读:
    @bzoj
    @bzoj
    @codeforces
    @codeforces
    @bzoj
    @codeforces
    @codeforces
    @codeforces
    @NOIP2018
    反转字符串--C和Python
  • 原文地址:https://www.cnblogs.com/jimorulang/p/5531000.html
Copyright © 2011-2022 走看看