• <tfoot id='4VBjt'></tfoot>

    <small id='4VBjt'></small><noframes id='4VBjt'>

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

        添加 char 和 int

        时间:2023-07-28
        • <bdo id='gDvEo'></bdo><ul id='gDvEo'></ul>

            <tbody id='gDvEo'></tbody>

            <tfoot id='gDvEo'></tfoot>

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

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

                • <legend id='gDvEo'><style id='gDvEo'><dir id='gDvEo'><q id='gDvEo'></q></dir></style></legend>
                  本文介绍了添加 char 和 int的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  据我了解,char 是单个字符,即字母、数字、标点符号、制表符、空格或类似的东西.因此,当我这样做时:

                  To my understanding a char is a single character, that is a letter, a digit, a punctuation mark, a tab, a space or something similar. And therefore when I do:

                  char c = '1';
                  System.out.println(c);
                  

                  输出 1 正是我所期望的.那么为什么当我这样做时:

                  The output 1 was exactly what I expected. So why is it that when I do this:

                  int a = 1;
                  char c = '1';
                  int ans = a + c;
                  System.out.println(ans);
                  

                  我最终得到输出 50?

                  推荐答案

                  你得到它是因为它添加了 ASCII 值 字符.您必须先将其转换为 int.

                  You're getting that because it's adding the ASCII value of the char. You must convert it to an int first.

                  这篇关于添加 char 和 int的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:从 char 中减去字符“0"如何将其更改为 int? 下一篇:在不使用正则表达式的情况下,判断一个字符是

                  相关文章

                  最新文章

                    <small id='0iqhi'></small><noframes id='0iqhi'>

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

                  1. <tfoot id='0iqhi'></tfoot>

                    • <bdo id='0iqhi'></bdo><ul id='0iqhi'></ul>