Adhere to ASP.NET - (7)

xiaoxiao2021-03-06  72

Control reading and process programming

First, the control structure

First understand the comparison operator:

== equal to> = greater than or equal to <= less than or equal to> greater than

Understand the logical operator:

&& logical and || Logic OR! Logic Not

Warning: The order is:! && ||

IF ... ELSE ... Structure:

First way: if () {};

Second method: if () {} else {};

The third way: IF () {} else if () {} else if () {};

Fourth aspect: IF () {} else if () {} else {} else {};

Fifth aspect: IF () {IF () {};} else {if () {};

Conditions or triendal operators:

? :

Switch ... case ... Structure:

Switch (Statement)

{

Case Option1:

// DO STH.

Break;

Case Option2:

// DO STH.

Break;

DEFAULT:

// DO STH.

Break;

}

Note: Both each case keyword must be constant. Exiting the Case and Default statements must be displayed.

Jump statements include: return / continue / goto case

20040902

The night is very deep, I still sit in front of the computer, mosquitoes kisses my skin, leave a little red, I have no mood. Like the people of the night war, there must be no less affection, I didn't leave the beard, I was fortunate to dance with it, I am so happy. Only "handsome" is called, long, short, like people in a strange snoring. The mobile phone called me on time, but I don't know how to sleep. I promised that Friends gave her manuscript on August 25, but because of the customs of the customs, dragging it to today, but today has today's entertainment, no more freedom in school. On September 5th, I went to the eye. I dragged the tired body, cope with the frenzy thoughts, thinking about the literati, burning my own brain. I always say it to yourself, as a staff member, work is the first, doing work, then say no. Who can think of there are so many entertainment every day, today's today, I have already booked a tomorrow's wine field, tomorrow tomorrow, is it like today today. The ringtone is, in fact, no today's today, tomorrow tonight, I have started, but I can't sleep. People can't say that it can't be ignorant. I can't be unsupported. I never gone, but I have not succeeded. Once the indulgence, I will send a reputation of my life, so my finger, I can't leave the keyboard! Rest, it is to face, fatigue, can't reach the end of the person, don't know tonight, is it as last night, there is no water, can't take a shower. These two days of skin don't know how, old allergies, have a lot of red sputum, no pain, but very weird, do some doctors have seen my diary, call me, I don't have time to go to the hospital to ask. Dark night, dizzy, tomorrow, there is wine tonight. I hope tomorrow, it will be better, I invite guests, you come to trouble. Tomorrow's tomorrow is actually around, today's today will go to sleep.

Lonelight labs today late night

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

New Post(0)