To define both of the user programs we need.
要定义我们所需的两个应用程序,请执行以下步骤。
Above, we specified the following to be used as user programs in our exercise.
我们在上面指定了下列程序作为示例应用程序中的用户程序。
The Programs tab gives you the information about any custom user programs, which can be used to
Programs 选项卡为您提供有关任何用户自定义程序的信息,这些信息可用于
And we will show you exactly how you can write programs that actually interact with the user in that way.
我们将给大家示范如何,书写代码以及跟用户交互。
So let's go ahead and introduce a couple other capabilities so that we can finally start writing programs that maybe print out charts or interact with the user, play games, or the like.
让我们继续来介绍其他几个功能,以便我们最终能开始写程序,那样可以打印图表或与用户交互,打游戏之类的。
But when you start writing programs, especially when we get to web-based stuff where you want -- to check the user's input -- is it valid, is it an email address, -- and all these different scenarios -- it's actually often useful to be able to just enumerate them or rattle them off using this switching construct instead.
但是当你看是写程序时,特别是当我们,使用基于网络的东西,你想要,检查用户的输入-,它是合法的吗?它是不是一个电子邮箱地址?,所有的这些场景-,实际上它常常是有用的,当你用枚举结构列举它们,或者用它来快速地来说出它们。
应用推荐