"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. 微信小程序开发之搞懂flex布局4——Main Axis

    Main Axis——主轴 当flex-direction设置为row或row-reverse时,主轴的方向为水平方向.此时flex item为行内级元素. 当flex-direction设置为col ...

  2. Python基础------列表,元组的调用方法

    Python基础------列表,元组的调用方法@@@ 一. 列表 Python中的列表和歌曲列表类似,也是由一系列的按特定顺序排列的元素组成的,在内容上,可以将整数,实数,字符串,列表,元组等任何类 ...

  3. Linux学习---内存分布基础

    内核空间 应用程序不允许访问 -----------------------------------------3G 栈空间 局部变量 RW ----------------------------- ...

  4. qt字符数组转ASCII(十六进制)

    接收网络传输数据 QByteArray  array;//显示字符串 QString str = QString::fromLocal8Bit(array); m_receiveTxt.append( ...

  5. uboot常用的函数

    http://blog.csdn.net/ooonebook/article/details/53206623 以下例子都以project X项目tiny210(s5pv210平台,armv7架构)为 ...

  6. Day04 (黑客成长日记) 集合记录

    集合 集合:是可变的数据类型 ,它里面的数据类型必须是不可变的数据类型,无序,不重复,不同于字典,他有元素,没有键值对(编码不常用) li = set([1,2,3]) li = {'alex','w ...

  7. 关于oracle数据库的小知识

    --查询语句:select 列名/通配符/列别名/表达式 from 表名 (修饰/限制语句)select * from tab;select tname from tab;--指定的列select t ...

  8. 获取resource下文件

    Resource resource = new ClassPathResource(certPath);File file= resource.getFile();

  9. PMP:8.项目质量管理

    内容中包含 base64string 图片造成字符过多,拒绝显示

  10. Eclipse环境搭建并且运行wordcount程序

    一.安装Hadoop插件 1. 所需环境  hadoop2.0伪分布式环境平台正常运行 所需压缩包:eclipse-jee-luna-SR2-linux-gtk-x86_64.tar.gz 在Linu ...