"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. python 模块——os 模块

    os 模块--操作系统的各种接口 常用函数: os.path os.path.join(path,*paths) (常用,设置文件路径)将一个或者多个路径连接起来. PATH_TO_TEST_IMAG ...

  2. vuex创建store并用computed获取数据

    vuex中的store是一个状态管理器,用于分发数据.相当于父组件数据传递给子组件. 1.安装vuex npm i vuex --save 2.在src目录中创建store文件夹,里面创建store. ...

  3. 用Python对html进行编码

    原地址:https://stackoverflow.com/questions/275174/how-do-i-perform-html-decoding-encoding-using-python- ...

  4. Javaweb 编解码流程

    参考: https://www.ibm.com/developerworks/cn/java/j-lo-chinesecoding/#N10263 https://www.cnblogs.com/ch ...

  5. 当padding/margin的取值形式为百分比时。。。。。

    一个基础却又容易混淆的css知识点:当margin/padding取形式为百分比的值时,无论是left/right,还是top/bottom,都是以父元素的width为参照物的!也许你会说,left/ ...

  6. 支持Linux,嗅探和注入功能的网卡

    支持的WiFi USB 以下是已知可以很好地支持Linux,嗅探和注入功能,外部天线(可以替换)和强大的TX功率以及良好的RX灵敏度的Wifi卡的列表 TP-LINK TL-WN722N(仅限卷1) ...

  7. python opencv 处理文件、摄像头、图形化界面

    转换成RGB import cv2 import numpy as ny img = ny.zeros( ( 3 , 3 ),ny.float32) img=cv2.cvtColor(img,cv2. ...

  8. GC算法基础

    寻找垃圾对象的算法:1. 引用计数(无法处理循环引用) 2. 根寻法(被广泛引用在gc算法中) 清理垃圾的算法: 1. 标记复制  2. 标记清理  3. 标记整理 分代算法的好处: 1. 分代处理, ...

  9. Python之路【第一篇】Linux常见命令语句

    查看当前目录:        pwd 查看文件具体大小: ls -l 返回上一级: cd.. 返回根目录:     cd / 创建一个隐藏文件:    vim .test 显示隐藏文件:      l ...

  10. gogs 安装

    docker 安装gogs 准备工作 安装一个mysql数据库,创建一个数据库 gogs,字符集为utf-8 查找gogs 镜像 docker search gogs 拉取镜像到本地 docker p ...