1.Eclipse设置默认编码为UTF-8,需要改三处地方: 1).Window --> Preferences --> General --> Content Types --> Text->JSP 面板上的 Default encoding 设置为UTF-8 2). Window->Preferences->General->Workspace 面板上的Text file encoding 点击other选择UTF-8 3). Window->Preferences->Web->JSP Files...
方法/步骤 1 选择菜单-window,在下拉项中选择“preferences”。2 在preferences窗口左侧菜单中找到 “web”项,单击web项的子项“jsp Files”。然后在右侧窗找到 “Encoding”在下拉项中选择“ISO 10646/Unicode(UTF-8)”,选择好后“Apply and close”就可以了。3 现在新建的JSP文件,就是默认为utf-8编码了。注...
1.点击Window,然后点Preferences 2.点击Web,然后点JSP Files 3.在右边点击Encoding格式,选择utf-8格式 4.点击OK完成
Preference-->找到Web->JSP Files,我们可以看到默认的jsp文件的字符编码是ISO-8859-1(ISO Latin-1) 然后在右边把Encoding设置为ISO 10646/Unicode(UTF-8),点击OK就完成了所有设置
eclipse 设置默认编码为Utf-8 需要设置的几处地方为: Window->Preferences->General ->Content Type->Text->JSP 最下面设置为UTF-8 Window->Preferences->General->Workspace 面板Text file encoding 选择UTF-8 Window->Preferences->Web->JSP Files 面板选择 ISO 10646/Unicode(UTF-8)...