• <bdo id='M1jCY'></bdo><ul id='M1jCY'></ul>

      <small id='M1jCY'></small><noframes id='M1jCY'>

      <legend id='M1jCY'><style id='M1jCY'><dir id='M1jCY'><q id='M1jCY'></q></dir></style></legend>
      <i id='M1jCY'><tr id='M1jCY'><dt id='M1jCY'><q id='M1jCY'><span id='M1jCY'><b id='M1jCY'><form id='M1jCY'><ins id='M1jCY'></ins><ul id='M1jCY'></ul><sub id='M1jCY'></sub></form><legend id='M1jCY'></legend><bdo id='M1jCY'><pre id='M1jCY'><center id='M1jCY'></center></pre></bdo></b><th id='M1jCY'></th></span></q></dt></tr></i><div id='M1jCY'><tfoot id='M1jCY'></tfoot><dl id='M1jCY'><fieldset id='M1jCY'></fieldset></dl></div>

      <tfoot id='M1jCY'></tfoot>
      1. 未闭合字符文字错误

        时间:2023-07-26

            <small id='9equi'></small><noframes id='9equi'>

              <tbody id='9equi'></tbody>

          • <i id='9equi'><tr id='9equi'><dt id='9equi'><q id='9equi'><span id='9equi'><b id='9equi'><form id='9equi'><ins id='9equi'></ins><ul id='9equi'></ul><sub id='9equi'></sub></form><legend id='9equi'></legend><bdo id='9equi'><pre id='9equi'><center id='9equi'></center></pre></bdo></b><th id='9equi'></th></span></q></dt></tr></i><div id='9equi'><tfoot id='9equi'></tfoot><dl id='9equi'><fieldset id='9equi'></fieldset></dl></div>
            <tfoot id='9equi'></tfoot>
            <legend id='9equi'><style id='9equi'><dir id='9equi'><q id='9equi'></q></dir></style></legend>
                • <bdo id='9equi'></bdo><ul id='9equi'></ul>
                • 本文介绍了未闭合字符文字错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  使用 BlueJ 编写时出现错误未封闭字符文字":

                  Got the error "Unclosed Character Literal" , using BlueJ, when writing:

                  class abc
                  {
                     public static void main(String args[])
                     {
                         String y;
                         y = 'hello';
                         System.out.println(y);
                     }
                  }
                  

                  但我不知道出了什么问题.有什么想法吗?

                  But I can't figure out what is wrong. Any idea?

                  谢谢.

                  推荐答案

                  在Java中,单引号只能取一个字符,必要时可以转义.字符串需要使用全引号,如下:

                  In Java, single quotes can only take one character, with escape if necessary. You need to use full quotation marks as follows for strings:

                  y = "hello";
                  

                  你也用过

                  System.out.println(g);
                  

                  我认为应该是

                  System.out.println(y);
                  

                  注意:在制作 char 值时(您以后可能会使用它们),您需要单引号.例如:

                  Note: When making char values (you'll likely use them later) you need single quotes. For example:

                  char foo='m';
                  

                  这篇关于未闭合字符文字错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:将单个字符转换为 CharSequence 的最有效方法 下一篇:从字符的 ArrayList 中删除一个字符

                  相关文章

                  最新文章

                  1. <tfoot id='eHMTh'></tfoot><legend id='eHMTh'><style id='eHMTh'><dir id='eHMTh'><q id='eHMTh'></q></dir></style></legend>
                    1. <i id='eHMTh'><tr id='eHMTh'><dt id='eHMTh'><q id='eHMTh'><span id='eHMTh'><b id='eHMTh'><form id='eHMTh'><ins id='eHMTh'></ins><ul id='eHMTh'></ul><sub id='eHMTh'></sub></form><legend id='eHMTh'></legend><bdo id='eHMTh'><pre id='eHMTh'><center id='eHMTh'></center></pre></bdo></b><th id='eHMTh'></th></span></q></dt></tr></i><div id='eHMTh'><tfoot id='eHMTh'></tfoot><dl id='eHMTh'><fieldset id='eHMTh'></fieldset></dl></div>
                    2. <small id='eHMTh'></small><noframes id='eHMTh'>

                        <bdo id='eHMTh'></bdo><ul id='eHMTh'></ul>