"So," Mike said, looking at the floor, "Jessica asked me to the spring dance."

“所以,”Mike边看着楼梯边说“Jessica邀请我去春天舞会”

"That's great." I made my voice bright and enthusiastic. "You'll have a lot of fun with Jessica."

“那挺好的”我让我的声音听上去热情和明亮。“你和Jessica会玩的开心的”

"Well…" He floundered as he examined my smile, clearly not happy with my response. "I told her I had to think about it."

“嗯…”他挣扎着审视着我的笑容,对我的回应并不开心。“我告诉她我必须考虑一下”

"Why would you do that?" I let disapproval color my tone, though I was relieved he hadn't given her an absolute no.

“为什么?”我用不赞成的语气说着,尽管我放心了毕竟他没有给她绝对的否定。

His face was bright red as he looked down again. Pity shook my resolve.

他又一次低下头,一脸的坦然。内疚让我的决心有点动摇了。

"I was wondering if… well, if you might be planning to ask me."

“我想知道,是不是,嗯,是不是你可能会邀请我”

I paused for a moment, hating the wave of guilt that swept through me.

我愣住了一会,一阵内疚感向我袭来。

But I saw, from the corner of my eye, Edward's head tilt reflexively in my direction.

但是,从我眼睛的角落我看到,Edward的头向我的反方向倾斜了一下。

"Mike, I think you should tell her yes," I said.

“Mike,我认为你应该告诉她你愿意”我说道。

"Did you already ask someone?" Did Edward notice how Mike's eyes flickered in his direction?

“你已经约了别人吗?”Edward注意到了Mike向他那边闪烁的眼神了吗?

"No," I assured him. "I'm not going to the dance at all."

“没有”我向他保证。“我一点也不想去舞会”

"Why not?" Mike demanded.

“为什么不去?”Mike逼问道。

Chapter 4 Invitations——8的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  6. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  7. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  8. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  9. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

  10. Chapter 4 Invitations——19

    After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...

随机推荐

  1. SAS 创建新变量

    SAS  创建新变量 在对SAS数据集进行处理时,经常需要根据原有变量或变量值生成新变量.根据要实现功能的不同,SAS提供了多种方法,例如通过数据集选项RENAME=(RENAME语句).赋值语句.求 ...

  2. 山东省ACM多校联盟省赛个人训练第六场 poj 3335 D Rotating Scoreboard

    山东省ACM多校联盟省赛个人训练第六场 D Rotating Scoreboard https://vjudge.net/problem/POJ-3335 时间限制:C/C++ 1秒,其他语言2秒 空 ...

  3. 解决Chrome 70及以上版本的证书问题:Failed to load resource: net::ERR_CERT_SYMANTEC_LEGACY

    1.桌面必须要有Chrome 快捷方式 2.进入快捷方式属性 3.修改目标为:"C:\Program Files (x86)\Google\Chrome\Application\chrome ...

  4. Effective Java 【考虑实现Comparable接口】

    Effective Java --Comparable接口 compareTo方法是Comparable接口的唯一方法.类实现了Comparable接口,表明它的实例具有内在的排序关系. 自己实现co ...

  5. MySQL/Oracle索引的创建与使用

    MySQL索引的建立对于MySQL的高效运行是很重要的,索引可以大大提高MySQL的检索速度. 索引分单列索引和组合索引. 单列索引,即一个索引只包含单个列,一个表可以有多个单列索引,但这不是组合索引 ...

  6. python time库

    https://www.cnblogs.com/tkqasn/p/6001134.html

  7. redis_简单动态字符串

    在redis中,C字符串(以'\0'结尾的字符数组)只用在一些无需对字符串值进行修改的地方,比如打印日志.其他情况,redis使用SDS - SimpleDynamicString 简单动态字符串,来 ...

  8. 20155205 郝博雅 Exp 8 Web基础

    20155205 郝博雅 Exp 8 Web基础 一.实验目标 (1).Web前端HTML(0.5分) 能正常安装.启停Apache.理解HTML,理解表单,理解GET与POST方法,编写一个含有表单 ...

  9. Python 获取车票信息

    提示:该代码仅供学习使用,切勿滥用!!! 先来一个git地址:https://gitee.com/wang_li/li_wang 效果图: 逻辑: 1.获取Json文件的内容 2.根据信息生成URL ...

  10. Promise(一)

    每个Promise对象就是一个值的代理,这个值在Promise创建时可以是未知的.Promise对象允许你为异步事件的成功操作和失败操作分别绑定对应的处理方法,让异步方法可以像同步方法那样返回值,但不 ...