.NET can support a certain degree of Chinese programming? I have never heard of it before.

zhaozj2021-02-16  103

.NET can support a certain degree of Chinese programming? I have never heard of it before.

I wrote this code today and I didn't expect it to run.

Using system;

Namespace test {public class test {public class person {public person () {}

Private string _ name = "Chinese"; public string name {get {return _ name;} set {_ name = Value;}}}

Public Test () {People Liberation Army = New people (); System.Console.writeline (Liberation Army. Name);

} Static void main () {Test test = new test ();}}}

转载请注明原文地址:https://www.9cbs.com/read-13136.html

New Post(0)