Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
Count = Registry.GetValue("HKEY_CURRENT_USER\Software\MyApp","Count",0)
Registry.SetValue("HKEY_CURRENT_USER\Software\MyApp","Count",Count + 1)
Output.Show(Count)
在命令窗口反复执行上面的代码,可以发现每执行一次,Count的值就会增加1。