barriers / 阅读 / 详情

JavaScript中then的作用

2023-05-19 18:16:59
共2条回复
余辉

总的来说有一个功能,用Angular JS的post方法向后台发送请求,然后后台返回一段数据交个Angular 来进行处理,先看看service部分:

[javascript] view plain copy

  • fs.services.factory("MonitorService", ["$http", "$q", function ($http, $q) {  

  • return {  

  • queryByYearOrMonth: function (postData) {  

  • var delay = $q.defer();  

  • $http.post(f.common.baseResourceURL2 + "/api/monitor/uploadQuantity", postData,{})  

  • .success(function (data) {  

  • delay.resolve(data);  

  • }).error(function () {  

  • delay.reject("Can"t search uploadQuantity data.");  

  • });   

  • return delay.promise;  

  • }  

  • }  

  • }]);  

  • 如果不经过深入测试的话,第一反应是觉得 delay.resolve(data)这句在处理数据,把数据放在delay对象的promise中,因为最后一句是return delay.promise,想当然地认为
  • delay.promise就是已经处理好的可以交给controller使用的数据,但经过实际测试,发现不是这么回事。

    那就来看看delay.promise到底是什么?在浏览器控制台中,以此输出delay.promise中的属性和值,如下:

    [javascript] view plain copy

  • then: function (callback, errback) {  

  • var result = defer();  

  • var wrappedCallback = function(value) {  

  • try {  

  • result.resolve((callback || defaultCallback)(value));  

  • } catch(e) {  

  • exceptionHandler(e);  

  • result.reject(e);  

  • }  

  • };  

  • var wrappedErrback = function(reason) {  

  • try {  

  • result.resolve((errback || defaultErrback)(reason));  

  • } catch(e) {  

  • exceptionHandler(e);  

  • result.reject(e);  

  • }  

  • };  

  • if (pending) {  

  • pending.push([wrappedCallback, wrappedErrback]);  

  • } else {  

  • value.then(wrappedCallback, wrappedErrback);  

  • }  

  • return result.promise;  

  • }   

  • always: function (callback) {  

  • function makePromise(value, resolved) {  

  • var result = defer();  

  • if (resolved) {  

  • result.resolve(value);  

  • } else {  

  • result.reject(value);  

  • }  

  • return result.promise;  

  • }  

  • function handleCallback(value, isResolved) {  

  • var callbackOutput = null;              

  • try {  

  • callbackOutput = (callback ||defaultCallback)();  

  • } catch(e) {  

  • return makePromise(e, false);  

  • }              

  • if (callbackOutput && callbackOutput.then) {  

  • return callbackOutput.then(function() {  

  • return makePromise(value, isResolved);  

  • }, function(error) {  

  • return makePromise(error, false);  

  • });  

  • } else {  

  • return makePromise(value, isResolved);  

  • }  

  • }  

  • return this.then(function(value) {  

  • return handleCallback(value, true);  

  • }, function(error) {  

  • return handleCallback(error, false);  

  • });  

  • }   

  • 有两个部分,then 和 always,两个都是可执行的方法。
  • always 这里不作讨论。来看看then ,它有两个参数,callback 和 errback, 第一个用来处理“resolved”和“success”事件;第二个用来处理“rejected”和“failure”事件。

    所以,delay.promise不是现成的数据,还不能直接使用。然后来看看这个then怎么使用(主要是如何从中提取出我们需要的后台返回的数据):

    [javascript] view plain copy

  • uploadQuantityLoader(params).then(function(Cquantity){  

  • $scope.quantityMap = Cquantity.quantityMap;  

  • makeGraph();      

  • });  

  • then(fn) 方法中带一个参数,这个参数就是要被执行的函数,并且,这个作为参数的函数本身有一个参数,这个参数就是我们需要的数据,这里是关键,本例中也就是
  • Cquantity,然后这个Cquantity就可以放在函数里面进行处理了。

coco

.then字面意思就是上一步执行完了,执行下一步,不过这是 Promise 对象的方法,非 Promise 对象没有 then 方法。在 jQuery 中 Promise 叫作 Deferred 对象。

相关推荐

看到then,应该用wasn"t还是weren"t还是is啊? 我觉得是wasn"t

要看具体语境是不是过去时里的then“那时”,才好判断.因为then还有 “然后、那么、另外”的意思,也是可以用在一般现在时里的.如: It costs $20,and then there"s the sales tax to pay.它值20美元,而且另外要付消费税. If traffic is heavy,then allow extra time.如果交通繁忙,那么允许超时.(这里也是一般现在时,但是因为句子不需要用到be单词,所以不存在用is,was,were的选择问题哈)
2023-01-07 20:37:311

英语中then 和 and then 在用法上有区别吗?

没有多大区别 。an then在用法上比then要严格,不能直接用在名词后,要不就整体放在名词前,要不就拆开在名词前后。Then:副词,意味着在那个时候,在这种情况下,下一个,或也——“He laughed and thenhe cried.”I answered two questions and then got stuck.(我回答了两个问题,然后就不懂了。)I sit up, and through the venetian blinds I can see the palm trees shaking wildly, actually bending, in the hot winds, and then I stare back at the poster and then turn away and then look back again at the smile and the mocking eyes. (我坐起来,通过百叶窗可以看到棕榈树在热风中摇晃,树干已经弯曲,然后我看了看海报就转身走开,之后又回头看着那双嘲笑的眼睛。)扩展资料1、He teed the ball up carefully and then teed off. 他把球小心地放在球座上,然后开球。2、He sucked at his cigar and then agreed with what I said. 他吸了一口雪茄,然后对我所说的表示同意。3、I heaved him up and then put him down on the ground lightly. 我奋力把他举了起来,然后又把他轻轻地放到了地上。4、I"ll show you how to hit the ball and then you must copy [follow] my example. 我先做给你看如何击球,然后你必须照我的示范去做。
2023-01-07 20:37:381

有then的句子要用什么时态?

1.then时表示过去,所以用过去式2.stiill在这里是副词,但不表示仍然而,表示静静的
2023-01-07 20:37:501

在口语中then用于句首或句尾,表示缓和语气,怎么用,如何翻译?望英语高手回答谢谢!

和ex girlfriend确认关系:「so lets just give us a try」「lets do it then」
2023-01-07 20:37:573

then 的作用

Then "Then" means "at that time," There must be some reference for the specific time. for example:Please call him and make an appointment. He will meet with you then.(Then means "at the time of the appointment")只要有提及那个时间就可以不用说出来"Then" has other meanings such as "next", or "after that". She went to the school to pick up her kids, and then (after that) she did some shopping. He got 100 in the English test.
2023-01-07 20:38:103

Then 的用法

then在此是副词。意思是然后,于是,接着。一是表示时间上的先后,二是使句子更连贯。
2023-01-07 20:38:232

then 在英语里面怎么哥用法?

(一)(无比较级)adv.1)(指过去)那时,当时;(指将来)到那时,届时。 eg)We lived in the countryside then.我们那时住在乡村。2)然后;其次;接着;于是。 eg)First comes spring, then summer.先是春天,接着是夏天。3)[常用于句首或句尾]那么;就;因而。 eg)Then, let"s begin!那么,咱们就开始吧!4)[兼作连词]而且;此外;还有;再者。 eg)And then there are other things to do.而且还有其他的事要做。5)[与now, some times 等连用](一会儿……)一会儿又…… eg)Now the weather is fine, then cloudy.天一会儿好,一会儿阴。(二)(无比较等级)adj.[作定语]当时的。 eg)the then ruler 当时的统治者。(三)n. [u] <用作前置词的宾语〉那时:by then到那时/ from then on 从那时起。 几个常用短语: (every) now and then :有时,时常,不时。 there and then 当场,当时当地。 What then :(下一步)怎么办;又怎么样。
2023-01-07 20:38:336

英语中 if和then是不能同时使用? 请指教

可以的.英语中,成对的连词不能同时出现在一个句子中,如because和so,although和but,但是如果有一个是副词的话,就没问题.所以:If you make a mistake,then you will be punished.也可以说成If you make a mistake,you...
2023-01-07 20:39:081

then该怎么用,举些例子,please.

是副词做状语 指时间 可表示过去 将来
2023-01-07 20:39:143

“then”能否用在句中?

不可以的。
2023-01-07 20:39:322

then 在句首需要用逗号隔开吗

不是所有都要
2023-01-07 20:39:424

js中then()的用法

then()方法是异步执行。 意思是:就是当.then()前的方法执行完后再执行then()内部的程序,这样就避免了,数据没获取到等的问题。 语法:promise.then(onCompleted, onRejected); 参数 promise必需。Promise 对象。 onCompleted必需。承诺成功完成时要运行的履行处理程序函数。 onRejected可选。承诺被拒绝时要运行的错误处理程序函数 举例 可以理解成navigator.mediaDevices.getUserMedia(constrains) 返回一个参数stream ,然后执行function功能
2023-01-07 20:40:011

then 在英语里面怎么哥用法

(一)(无比较级)adv.1)(指过去)那时,当时;(指将来)到那时,届时.eg)We lived in the countryside then.我们那时住在乡村.2)然后;其次;接着;于是.eg)First comes spring,then summer.先是春天,接着是夏天.3)[常用于句首或句尾]那么;就;因而.eg)Then,let"s begin!那么,咱们就开始吧!4)[兼作连词]而且;此外;还有;再者.eg)And then there are other things to do.而且还有其他的事要做.5)[与now,some times 等连用](一会儿……)一会儿又……eg)Now the weather is fine,then cloudy.天一会儿好,一会儿阴.(二)(无比较等级)adj.[作定语]当时的.eg)the then ruler 当时的统治者.
2023-01-07 20:40:081

then用什么时态

then是那时的意思,所以可以用过去式。也可以翻译成然后,时态就灵活一些。
2023-01-07 20:40:141

看到then,应该用wasn"t还是weren"t还是is啊?

首先是过去时,然后根据人称判断 对如果不是虚拟语气,在过去时,一三人称用was二人称用were懂了吗祝学习进步!
2023-01-07 20:40:212

then 可以用于将来时表示 在那个时刻将干什么吗

一般将来时表示将来某一时刻发生的动作或状态,或将来某一段时间内经常进行的动作或状态。一般将来时由助动词shall/will+动词原形,或begoingto+动词原形构成。一般经来常与表示将来的时间时间状语连用,如:tomorrow(明天),nextweek(下周),fromnowon(从现在开始);inthefuture(将来)等。1.TomorrowwillbeSunday.明天就是星期天。2.Therainwillstopsoon.雨很快就要停了。3.Shallwegothereatfive?我们五点钟去那儿,好吗?4.Willyoupleaseopenthedoor?请你把门打开,好吗?“begoingto+动词原形”用来表示近期或事先考虑过的将要发生的动作以及已有迹象表明必将发生某事,意为“打算;就要”。如:1.We"regoingtomeetoutsidetheschoolgate.我们打算在校门口见面。2.Look!It"sgoingtorain.瞧!快下雨了。用现在进行时表示  表示位置转移的动词(如:go,come,leave,start,arrive等),可用现在进行时表示将来时。如:1.UncleWangiscoming.王叔叔就要来了。2.They"releavingforBeijing.他们即将前往北京。用一般现在时表示  根据规定或时间表预计要发生的动作,在时间和条件状语从句中,都可用一般现在时表示将来时。如:1.Thenewtermstarts(begins)onAugust29th.新学期八月二十九日开学。2.Ifitdoesn"traintomorrow,wewillgooutforapicnic.如果明天不下雨,我们将出去野餐。用“be+动词不定式”或用“beaboutto+动词原形”的结构表示  如:1.HeistovisitJapannextyear.明年他将访问日本。2.They"reabouttoleave.(=They"releaving.)他们就要走了。
2023-01-07 20:40:311

英语中 if和then是不能同时使用??

举个例子,感觉应该可以啊
2023-01-07 20:40:383

then用英语怎么说

你好!then 英[ðen] 美[ðɛn] adv. 然后; 那么; 那时; 话说回来; adj. 当时的; 那时的; [例句]"I wasn"t a very good scholar at school." — "What did you like doing best then?"“我在学校时成绩不大好。”——“那么你当时最喜欢做什么呢?”
2023-01-07 20:40:511

怎么分析下面这句话中的“then”的用法?替换为“when”有语法错误吗?二者有何区别?

then 在此句中单独做时间状语,“在那时,当时”。它只是一个副词,当然不能替换成 when,也不能像 when 那样引导时间状语从句,因为只有从属连词才能引导状语从句。
2023-01-07 20:41:022

Then作为句首,前面要不要用逗号?

不需要加标点符号
2023-01-07 20:41:182

then 在句首需要用逗号隔开吗

then可以作副词、名词、形容词使用,但是一般在句首是不需要用逗号隔开的then作“那么”解时常用于句首,用来缓和语气;用在句末,多用来表示在当时??样;表示“然后”常与and连用,用在句中所修饰的词语之前,起连接作用。例句1:Then you know what you have to do. 那么你会知道你究竟需要做些什么。解析:这里的then用在句首,没有实际含义,只是起到强调语气的作用。例句2:You feel all that, then what do you do? 你感觉到所有那些,接着你做些什么?解析:这里的then用在句中,起到转折的作用,翻译为然后或接下来。扩展资料近义词:Accordingly一、意思adv.照着;相应地;因此;所以二、读音英 [əˈkɔːdɪŋli] 美 [əˈkɔːrdɪŋli]三、例句1.We have a different background, a different history. Accordingly, we have the right to different futures 我们有不同的背景和不同的历史。因此,我们有权拥有不同的未来。四、词汇用法Accordingly强调根据某种原因而得出的结果,它的前面用分号或冒号,但是不用逗号。
2023-01-07 20:41:281

then是在过去式还是现在式下用

在过去,现在和将来时态中都可以用。
2023-01-07 20:41:391

Before 和then的用法你知道吗

D:今天学习了《英语流利说》学习市场30分钟,比昨天提升了30分钟 I:今天的课程学习的语法是描述过去的过去 E:学习完这个课程以后,知道了before和then的用法,并且运用课程的例子进行论证: before的意思是“在···之间”,可以用来表明两个事件发生的先后顺序 比如:The airline had already canceled my connecting flight before the plane departed. Then 表示“然后,接着,后来“可用于衔接两个链接发生的事件 比如:I had just fallen asleep on the sleep and then a baby started crying P:学完这节课以后,一定要运用到生活实践当中,比如在写英文论文的时候可以运用这两个小知识,然后,明天学习时长在加10分钟。
2023-01-07 20:41:451

英语语法填空什么时候用then

then的意思是“然后”。一般用于衔接两句话。比如:He first drinked a cup of water,then he picked up a picece of bread ,and ate it.
2023-01-07 20:41:512

一句话用then.是一句还是两句

一句话还是两句话要看标点,then是一个副词,并不能直接判断。看标点是最简单的方法。比如:Add the oil and then the scallops to the pan.就是一句话。I got home.Then I eat lunch.就是两句话。
2023-01-07 20:42:012

用Then is和Then are造句 求帮忙!

then is my 朋友的英文我忘了
2023-01-07 20:42:115

then的用法和短语例句

在英语中,then是一个会常常用到的单词,我们应认真了解then的意思,以及记住then的用法,今后才能更好地运用它。下面是我给大家带来的then的用法和 短语 例句_then是什么意思,以供大家参考,我们一起来看看吧! ▼ 目 录 ▼ ★ then是什么意 思 ★ ★ then的用 法 ★ ★ then的常 用短 语 ★ ★ then的用 法例 句 ★ ★ then相关单 词知 识 ★ ▼ then是什么意思 然后 ; 那么 ; 当时 ; 接着 ; 于是 ▼ then的用法 then的用法1:then的意思是“当时,那时”“接着,于是,然后”“还有,而且”“那么,因此”,作“那时”解时可指过去,也可指将来。 then的用法2:then作“那么”解时常用于句首或句末,用来缓和语气; 作“然后”解时常位于and之后,所修饰的词语之前,起连接作用。 then的用法3:then有时可用于对已经提到过或刚提到过的某物表示一般的看法,可译作“则是,就是”。 then的用法4:then用作状语作“接着,于是,然后”解时也可位于句首,这时 句子 要用倒装语序。 then的用法5:then间或可用作形容词,用来修饰名词,意思是“当时的”。 <<< ▼ then的常用短语 and then but then (every) now and then now then there and then〔then and there〕 well, then what then〔then what〕 <<< ▼ then的用法例句 1. You have to do everything you can. You have to work your hardest. And if you do, if you stay positive, then you have a shot at a silver lining. 你必须全力以赴,最大限度地去努力。如果你这么做,并且保持乐观,你就会看见乌云背后的幸福线。 2. It was just then that I chanced to look round. 就在那时,我恰好环顾了下四周。 3. He then held the man in an armlock until police arrived. 然后他反扭住那名男子的手臂让他动弹不得,直到警察赶到。 4. Then something seemed to snap in me. I couldn"t endure any more. 这时候,我的心里像有个东西突然绷断了——我再也忍受不了啦。 5. "His memory must be completely back, then?" — "Just about." “这么说,他的记忆一定是完全恢复了?”——“差不多。” 6. The car passed over the body twice, once backward and then forward. 那辆车把那人来回轧了两次,先是倒着轧的,再是往前开着轧的。 7. Burke cast a cursory glance at the menu, then flapped it shut. 伯克匆匆地瞥了一眼菜单,然后啪地合上了。 8. The film starts off realistically and then develops into a ridiculous fantasy. 电影以写实开头,然后却发展成为荒诞的幻想。 9. If these drugs are stopped abruptly then some withdrawal symptoms may occur. 如果突然停服这些药,则可能出现一些戒断症状。 10. I drain the pasta, then I share it out between two plates. 我将意大利面滤干,然后平分到两个盘子里。 11. If something"s a sure-fire hit then Radio One will play it. 如果哪首歌一定会火,那么第一频道肯定会播出。 12. He skimmed the pages quickly, then read them again more carefully. 他先快速地浏览页面,然后再细细阅读。 13. Well, I"ll take your word for it then, love. 唔,那我就信你吧,亲爱的。 14. Fluorescent lights flickered, and then the room was brilliantly, blindingly bright. 荧光灯闪了几下,接着屋子里豁然大亮,刺得人睁不开眼。 15. Your partner should then pass the ball back to you. 然后你的搭档应该将球回传给你。 <<< ▼ then相关单词知识 Then at the End of a Phrase 置于短语后 One of the most common ways you"re going to hear the word then is at the end of a phrase. And we use this to show that, that is our final decision or that you have just recently made your decision about something. 最普遍的一种方式就是你会听到then这个单词出现在短语的结尾。我们用这种 方法 来显示,这是我们的最终决定或者最近你就某事而做出了决定。 For example, if you and a friend were going to go and have lunch and you"re trying to figure out a cool place to go and your friend says, “Hey, there"s an awesome pizza restaurant down the street and it"s really cheap,” you might say, “Wow, let"s go there then, let"s go there then.” 例如,如果你和一个朋友出去吃午餐,你想去一个很棒的地方,然后你的朋友说“嘿,顺着这条街走有一家非常棒的披萨店,真的很便宜,”你可能会说“哇喔,我们一起去吧,我们一起去吧。” That just means that you definitely want to go there it sounds good and you made your decision.Alternatively, maybe another friend of yours could say in that same situation, “oh but last time I saw a big cockroach there,” and then you might say, “oh I don"t want to go there then, I don"t want to go there then.” I hate cockroaches. 这意味着你非常想去那家听起来很不错的披萨店,你做出了你的决定。或者,相同的情况下可能另外一个朋友说“嗯,但是上次我在那里看到了一只很大的蟑螂,”然后你可能会说“额,我不想去那里了啦,我不想去那里了啦。”我讨厌蟑螂。 Then as a Substitute for Time References 替代时间 Another way we can use then is to substitute a time or sometimes even a phase in your life. For example, if I was going to invite you to a party this Saturday and the party is going to start at 8.30 pm, I can say I"ll see you then, see you then. 我们用then的另一种方式是用它来替代某个时间或者有时甚至是你生命中的一个阶段,例如:如果我想请你这周六出席派对,派对将在晚上八点半开始,我会说到时见啦,到时再见。 So then in that case is just saying 8.30 at the party, I"ll see you then. So instead of repeating the time and the place I can just say then, hey I"ll see you then. 因此,then在这种情况是指在八点半在派对上,我们将见面。避免重复说时间和地点我可以直接说到时,嘿到时见。 Back Then 那时 An expression we use in the past is back then, and this is always a phase in your life that was in the past. if I was talking about when I used to study at school and I wanted to say that I was different I could say I was much skinnier back then, back then. 这个表达,往昔我们用是那时,这在你的生活中总是一个词组,代表过去。如果我说当时我曾在学校读书,我想说我有什么不同我会说那时我更瘦。 So back then is that period in my life when I used to study at school. I was much smaller back then. 因此,那时是指代我生命中的一个时期,我曾在学校学习。那时我瘦多了。 Now and Then 有时 And another popular phrase using time or related to time in some way is, now and then. Now and then just means sometimes, occasionally, I love to eat ice-cream now and then. So it"s not all the time sometimes. 另一个非常流行的词组经常使用或某方向上同时间有关联的是:有时。Now and then的意思是有时,时不时,偶尔。我喜欢偶尔吃冰淇淋。因此并不总是而是有时。 Then to Show a Sequence of Actions 展示一系列的动作 And lastly, we use then during speech to show the continuity of what you"re saying, it puts what you"re saying into a sequence. For example, I could say today I woke up at 7 o"clock then I made some coffee then I went for a run then I brushed my teeth, then, then then, then. It just shows a sequence of what you"re saying. 最后,在演讲中我用then来展现你所说的顺序。把你所说的连成一个序列。例如,我会说我早上7点钟起床,然后我煮了咖啡,再然后我晨跑了一会回来后刷了牙,然后,然后,然后。刚刚表达了你要说的顺序。 <<< then的用法和短语例句相关 文章 : ★ dedicate的用法和短语例句 ★ between的用法和短语例句 ★ take的用法和和短语例句 ★ understand的用法和短语例句 ★ switch的用法和短语例句 ★ realize的用法和短语例句 ★ promote的用法和短语例句 ★ rush的用法和短语例句 ★ sweep的用法和短语例句 var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?6990a94c9bf3cca817150d7468a26be6"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })();
2023-01-07 20:42:521

then的用法和位置

then用作副词时,表示那时,然后,既然如此等含义,可用于过去或将来。有时可用于某些介词后。用于形容词时,表示当时(任职等)的含义。 表示“然后”、“接着”,通常与连词 and 连用。 表示“那么”、“既然是那样”、“这么说来”,通常用于句首或句末。 扩展资料   Say you lose your job: what would you do then?   假设你把工作丢了,那你怎么办呢?   Let me just finish this and then I"ll come.   让我把这个弄完,随后就来。   We got our money"s worth and then some.   我们不仅得了按价钱应得的,而且还捞到了不少。
2023-01-07 20:43:021

then在句中的用法

1.用作副词,表示“那时”,可用于过去或将来。2.表示“然后”、“接着”,通常与连词and连用。3.表示“那么”、“既然是那样”、“这么说来”,通常用于句首或句末。 then的用法例句 1.You have to do everything you can. You have to work your hardest. And if you do, if you stay positive,then you have a shot at a silver lining. 你必须全力以赴,最大限度地去努力。如果你这么做,并且保持乐观,你就会看见乌云背后的幸福线。 2.It was just then that I chanced to look round. 就在那时,我恰好环顾了下四周。 3.He then held the man in an armlock until police arrived. 然后他反扭住那名男子的手臂让他动弹不得,直到警察赶到。 4.Then something seemed to snap in me. I couldn"t endure any more. 这时候,我的心里像有个东西突然绷断了——我再也忍受不了啦。 5."His memory must be completely back,then?" — "Just about." “这么说,他的记忆一定是完全恢复了?”——“差不多。”
2023-01-07 20:43:081

【then 用法】一次搞懂英文「then」用法跟中文意思

then 的中文意思 是指「然后,接着,后来…」等,在英文句子里,then的用法很常用到。跟 then 有关的英文片语也不少,例如:now and then、then and there…等等。 下面列出then的英文用法、英文例句,跟中文意思,赶快学起来吧。 内容目录 then 用法1. then 然后,之后 then常常出现在句子的开头,并且常常跟时间和次序有关。 例: Follow the road for three kilometers, then turn right. 沿路行驶3公里,然后右转。 例:Let me finish this job, then we"ll go. 让我把这工作做完,我们再走。 当 then 用来表达顺序、次数的时候,有个很常见的句型是「First …, and then …」,这个句型可以多加利用。 例: First think, and then speak. 先思考,然后表达。 例: First try, and then trust. 先尝试,然后信任。 then 用法2. then 当时、那时 then 除了有「然后」的意思,也有「那时、当时」的意思,这时通常出现在句尾。 例: We didn"t have the inter back then. 我们那时候并没有网际网路。 例:I was working in the city then. 那时我在城里工作。 then 用法3.now and then 偶尔、有时 now and then 是个英文片语,表达「偶尔、有时候」。 例: Every now and then, I look at my photo albums. 我偶尔会看看我的相簿。 例: We meet up for lunch now and then, but not as often as we used to. 我们偶尔聚在一起吃个午饭,但不如过去那么频繁了。 then 用法4、then and there 立即、马上 then and there 是个英文片语,意思是指「立即、马上」的意思。 例: I told him to go home, and he did it then and there. 我叫他回家,他马上照做了。 上面就是then 的几种用法,赶快学起来吧! then, then 中文, then 意思, then 用法, then 翻译, then 英文例句, then 英文文法, then 英文用法, 英文 then 用法
2023-01-07 20:43:141

then作为连词的用法是什么?

1.用作副词,表示“那时”,可用于过去或将来。如:HewasinParisthen.那时他在巴黎。Hewillbefreethen.那时他就会有空了。注:有时可用于某些介词后。如:Hewillhaveleftbythen.到那时他就会已经离开了。Fromthenonheworkedharder.从此以后,他工作更努力了。2.表示“然后”、“接着”,通常与连词and连用。如:Let"sgoforadrinkandthengohome.我们先去喝一杯,然后再回家。HewenttoParis,andthentoLondon.他到了巴黎,后又到了伦敦。注:在口语中有时可不用连词and而只用then。另外,有时位于句首,其后用倒装句。如:Thencamethedayofhisexam.接着他考试的那一天到了。3.表示“那么”、“既然是那样”、“这么说来”,通常用于句首或句末。如:Yousayyoudon"twanttobeateacher.Thenwhatdoyouwanttobe?你说你不想当老师,那么你想干什么呢?ThenyoumeantosayIamacheat.那么你的意思是说我是个骗子。注:有时与条件或时间状语从句搭配使用。如:Ifit"snotonthetable,thenitwillbeinthedrawer.要是不在桌上,那就是抽屉里。WhenIknowwhatreallyhappened,thenIshallbeabletodecide.当我知道事实真相后,我就可以作决定了。
2023-01-07 20:43:211

then的用法

then在此是副词。意思是然后,于是,接着。一是表示时间上的先后,二是使句子更连贯。
2023-01-07 20:43:272

英语then的多种用法

then: (1) adv. 当时;那时 at that time;at a time that you have just spoken of [例句] Mother was a little girl then. 当时母亲还是个小姑娘。 We were still at school then. 当时我们还在上学。 I shall have left school then. 到那时我已毕业了。 I was living at home then. 我当时在家住。 I will be at college then. 我那时将上大学了。 (2) adv. 然后;后来;接着 next;afterwards [例句] I went home for dinner and then went to the cinema. 我先回家吃饭,然后去看电影。 Follow this road to the bookstore,then turn to the left. 顺着这条街到书店,然后向左拐。 He wrote a letter and then stood up. 他写完一封信,然后站了起来。 First comes spring then summer. 春天先到,夏天跟着来了。 (3) adv. 如果是那样;那么 if that is so [例句] You feel ill?Then go home. 你觉得难受,是吗?那么回家吧。 If you"re free,then come. 你如果有空,那么就来吧。 If you are tired,then you had better stay at home. 假如你累了,那么你最好待在家里。 You don"t want to go after all, then. 那么说,你毕竟是不想去了。 (4) adv. 除此之外 and also;besides, [例句] Then,there"s Brown still to be invited. 此外,布朗还有待被邀呢。 and then 此外;再者 And then we have to consider the damage done to our school by the storm. 此外我们还要考虑风暴给学校带来的损害。
2023-01-07 20:43:362

英语then的多种用法

(一)(无比较级)adv. 1)(指过去)那时,当时;(指将来)到那时,届时. eg)We lived in the countryside then.我们那时住在乡村. 2)然后;其次;接着;于是. eg)First comes spring,then summer.先是春天,接着是夏天. 3)[常用于句首或句尾]那么;就;因而. eg)Then,let"s begin!那么,咱们就开始吧! 4)[兼作连词]而且;此外;还有;再者. eg)And then there are other things to do.而且还有其他的事要做. 5)[与now,some times 等连用](一会儿……)一会儿又…… eg)Now the weather is fine,then cloudy.天一会儿好,一会儿阴. (二)(无比较等级)adj.[作定语]当时的. eg)the then ruler 当时的统治者. (三)n.[u]
2023-01-07 20:43:461

英语then的多种用法

(一)(无比较级)adv.1)(指过去)那时,当时;(指将来)到那时,届时.eg)We lived in the countryside then.我们那时住在乡村.2)然后;其次;接着;于是.eg)First comes spring,then summer.先是春天,接着是夏天.3)[常...
2023-01-07 20:43:521

“so”和“ then”的用法和区别?

so 所以(因果关系)then 然后(时间前后关系)I love noodle, so I ate noodle soup for the dinner.我喜欢面条,所以我晚饭吃了汤面。这里,我因为喜欢面条,所以晚饭吃了汤面,这里不能用then啊I saw her ate noodles in the cafeteria and then she back to the office afterward.我看见她在餐厅吃完面条然后之后回办公室了。这里就不能用so了啊。
2023-01-07 20:44:032

英语中then 和 and then 在用法上有区别吗?

没有多大区别and then adv.于是,然后 And then,you must remember...此外,你必须记住...then adv.当时,在那时,那么,因而,然后,于是I was still unmarried then.当时我还没有结婚.We had a week in Shanghai and then...
2023-01-07 20:44:122

“so”和“ then”的用法和区别?

so 所以(因果关系)x0dx0athen 然后(时间前后关系)x0dx0aI love noodle, so I ate noodle soup for the dinner.x0dx0a我喜欢面条,所以我晚饭吃了汤面。x0dx0a这里,我因为喜欢面条,所以晚饭吃了汤面,这里不能用then啊x0dx0aI saw her ate noodles in the cafeteria and then she back to the office afterward.x0dx0a我看见她在餐厅吃完面条然后之后回办公室了。x0dx0a这里就不能用so了啊。
2023-01-07 20:44:271

英语中then 和 and then 在用法上有区别吗?

没有多大区别and then adv.于是,然后 And then,you must remember...此外,你必须记住...then adv.当时,在那时,那么,因而,然后,于是I was still unmarried then.当时我还没有结婚.We had a week in Shanghai and then...
2023-01-07 20:44:332

so与then的用法区别

So的意思是所以,then是然后,这要看语句的意思啦
2023-01-07 20:44:492

then作为连词的用法是什么? 还有其他与then差不多的连词么,用法分别为?

1.用作副词,表示“那时”,可用于过去或将来.如:He was in Paris then.那时他在巴黎.He will be free then.那时他就会有空了.注:有时可用于某些介词后.如:He will have left by then.到那时他就会已经离开了.From ...
2023-01-07 20:44:581

so与then的用法区别

So的意思是所以,then是然后,这要看语句的意思啦
2023-01-07 20:45:043

英语中then 和 and then 在用法上有区别吗?

thenadv.当时, 在那时, 那么, 因而, 然后, 于是and thenadv.于是, 然后都起着副词的作用,用法上差不多
2023-01-07 20:45:179

有then的句子要用什么时态?

答案是:if表示如果引导条件状语从句时,主句用将来时,从句即if引导的句子用一般现在时,比如:ifitdoesn"traintomorrow,wewillgoswimming☞♧手工翻译☀尊重劳动☀欢迎提问☀感谢采纳♧☜
2023-01-07 20:46:002

接下来用英语怎么说?

接下来的英文高级表达是then、next。then用作副词时,表示那时,然后,既然如此等含义,可用于过去或将来。用于形容词时,表示当时(任职等)的含义。next形容词可译为“紧接在后的;贴近的;其次的”;副词译为“然后;下次;其次”名词译为“下一个人或事件”;介词译为“靠近;居于…之后”。近义词additionally读音:英[əˈdɪʃənəli],美[əˈdɪʃənəli]。释义:adv. 此外;另外;额外地;进一步;在更大程度上。例句:You can pay bills over the Internet. Additionally, you can check your balance or order statements.可以在网上支付账单。此外,还能查对余额或订货结算单。
2023-01-07 20:46:121

then的用法

then然后 是连词
2023-01-07 20:46:221

then在句尾用什么时态

可以用: 一般过去时, 过去进行时 , 现在完成时, 将来时; 相关短语: just then 就在那时; from then on 从那时起; since then 自那以後; back then 当初; by or until then 到那时 扩展资料   He worked in that factory then.   他那时在那个工厂工作。   We were living in Dublin then   我们那时住在都柏林。   I think I should have finished it by then.   我想到那时我应该完成了。   They will let us know by then   届时他们会让我们知道的。
2023-01-07 20:46:281

then是什么词?用法是什么?

副词,位于句首或句尾。短语除外。如since then,from then on.等
2023-01-07 20:46:342

把then放在句尾的单选,时态怎么用

hhggghhjjk
2023-01-07 20:46:422

英语中then和andthen在用法上有区别吗

then然后 那时and then于是意思有不同
2023-01-07 20:46:513