摘要:
static void RuntimeGetTypeLateBinding() { object s = "Hello"; PropertyInfo pi = s.GetType().GetProperty("Length"); Console.WriteLine((int)pi.GetValue( 阅读全文
摘要:
//Powershell [guid]::NewGuid() 95e37b33-5219-4fc9-a794-d6a30c9e175b //Command Prompt powershell [guid]::NewGuid() 阅读全文