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

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

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

      1. <legend id='wZhPN'><style id='wZhPN'><dir id='wZhPN'><q id='wZhPN'></q></dir></style></legend>
      2. <tfoot id='wZhPN'></tfoot>
      3. 是否可以在 C# 控制台应用程序中获得版权符号

        时间:2023-08-27
      4. <tfoot id='gx8UW'></tfoot>

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

              <legend id='gx8UW'><style id='gx8UW'><dir id='gx8UW'><q id='gx8UW'></q></dir></style></legend>
              • <bdo id='gx8UW'></bdo><ul id='gx8UW'></ul>
                    <tbody id='gx8UW'></tbody>

                1. <small id='gx8UW'></small><noframes id='gx8UW'>

                  本文介绍了是否可以在 C# 控制台应用程序中获得版权符号?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  是否可以在 C# 控制台应用程序中以任何方式添加版权符号或其他特殊"符号?

                  Is it possible to add a copyright symbol or other "special" symbol in any way in a C# console application?

                  推荐答案

                  namespace test {
                    class test {
                      public static void Main() {
                        System.Console.WriteLine("©");
                      }
                    }
                  }
                  

                  完美地为我工作.无论控制台窗口设置为光栅字体还是 Unicode.

                  works for me flawlessly. Regardless of whether the console window is set to raster fonts or Unicode.

                  如果要输出 Unicode,应将控制台输出编码设置为 UTF-8 或 Unicode.

                  If you want to output Unicode, you should set the console output encoding to UTF-8 or Unicode.

                  System.Console.OutputEncoding = System.Text.Encoding.UTF8;
                  

                  System.Console.OutputEncoding = System.Text.Encoding.Unicode;
                  

                  如果你想清楚源代码编码问题,你应该直接指定字符代码点:

                  And if you want to stay clear from source code encoding issues you should specify the character code point directly:

                  System.Console.WriteLine("u00a9");
                  

                  这篇关于是否可以在 C# 控制台应用程序中获得版权符号?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:console.writeline 线程安全吗? 下一篇:使用控制台应用程序卡在 C# 中的 GenerateConsoleCt

                  相关文章

                  最新文章

                  • <bdo id='3Q4wG'></bdo><ul id='3Q4wG'></ul>

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

                  2. <small id='3Q4wG'></small><noframes id='3Q4wG'>

                    1. <legend id='3Q4wG'><style id='3Q4wG'><dir id='3Q4wG'><q id='3Q4wG'></q></dir></style></legend>
                      <tfoot id='3Q4wG'></tfoot>