本文介绍了类库仅适用于控制台应用程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
类库仅适用于控制台应用程序吗?如果要显示世界,那么我们必须编写console.write("Hello world")
并进一步在基于Web的环境中运行?
Does class library works only for console application. If I have to display hello world, then we have to write console.write("Hello world")
and further does it run in web base?
推荐答案
这篇关于类库仅适用于控制台应用程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!