一般不會放在句末表然後的意思。但是在口語中不會太遵循固定語法,有時也會放在句末表示然後。Then的用法如下:
副詞 ad.
1.那時,當時
He worked in that factory then.
他那時在那個工廠工作。
2.然後,接著
They chatted for a while and then went to work.
他們聊了一會兒,然後上班去了。
3.那麼,既然這樣
When will the manager be available, then?
那麼經理什麼時候可以接見我呢?
4.於是,所以
He, then, decided to accept the proposal.
於是,他決定接受這一建議。
5.此外,還有
The applicant has had some experience in this kind of work, and then he is easy to get along with.
那位申請人以前做過這種工作,另外此人很容易相處。
形容詞 a.
1.當時的[B]
The rule was laid down by the then chairman of the committee.
那條規章是當時的委員會主席訂下的。
名詞 n.
1.那時,當時[U]
We waited for him till then.
我們等他等到那個時候。
下麵句子,為什麼then這麼用?
可以不用else光用if也可以代替else語句。
給你舉個例子:if a>b then'some codeelse'some codeend if完全可以寫成:if a>b then'some codeend ifif a'some codeend if 你用哪種取決於你的習慣,怎麼舒服怎麼用。
英文句子後麵跟then現在還是過去
strengthen音標:|?stre?θn|義項:to become stronger; to make sb/sth stronger 加強;增強;鞏固變形:過去分詞: strengthened 過去式: strengthened 現在分詞: strengthening 第三人稱單數: strengthens造句:[不及物動詞,單獨使用]Her position in the party has strengthened in recent weeks.最近幾個星期以來,她在黨內的地位有所增強。
Yesterday the pound strengthened against the dollar.昨天,英鎊對美元的彙率上升了。
[及物動詞,+ 名詞短語]Repairs are necessary to strengthen the bridge.這座橋需要加固。
The new evidence will strengthen their case.新的證據將使他們的論據更為充分。
按鍵精靈中關於if...then語句
UserVar WJ1=1 "設置內容" //按鍵8必須要加上變量注釋名Delay 6547FindPic 683,436,1023,767,"D:\按鍵精靈8\screen\進入部隊.bmp",0.9,intX,intY If intX>0 and intY>0 Then MoveTo intX,intYEnd IfLeftClick 1Delay 5000Rem 第一個武將If WJ1 = 0 ThenGoto 結束訓練ElseFindPic 186,228,833,645,"D:\按鍵精靈8\screen\訓練-武將列表.bmp",0.9,intX,intYIf intX >0 And intY >0 ThenMoveTo intX,intY End IfMoveR 0,22MessageBox "已經停到所在位置"End IfSub OnScriptExit()Call Plugin.Web.Tips("腳本停止運行")End SubRem 結束訓練FindPic 186,228,833,645,"D:\按鍵精靈8\screen\關閉界麵.bmp",0.9,intX,intYIf intX >0 And intY >0 ThenMoveTo intX,intYEnd IfLeftClick 1Delay 2000關於您無論設置0還是1都直接執行“結束訓練”的問題,可能是您在調試前沒有保存設置。
C語言中有if then語句麼?我的C語言書上隻有if
then不是C關鍵字。
一些語言中需要then來標定條件的結束,但是C語言的if語句是放在括號裏的,不需要這個then來標識條件的結束,所以就沒有了比如if $a==3 then $a = $a+1這個then的作用是說明,條件到這裏就結束了而在C中if (a == 3) //這裏有括號,不需要then這種標識 a = a + 1;...
轉載請注明出處句子大全網 » then 放在句末可以表示”然後“的意思嗎?