Chapter 4 Invitations——8
"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的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- 如何方便的在windows测试python程序
听说python的网页抓取模块很强大,我想试试看看能给我的网络优化工作带来什么大的帮助,于是跟随廖雪峰老师开始学习python(地址查看),因为我用的是window系统,这就给程序的测试带来了很多麻烦 ...
- linux 挂载ntfs格式的硬盘
一.安装ntfs 1.下载 sudo wget https://tuxera.com/opensource/ntfs-3g_ntfsprogs-2017.3.23.tgz 2.解压 sudo tar ...
- struct,map,json 互相转换
1.1 struct to json 准备 很简单,使用encoding包可以互相转换,没什么好说的,但是有几点注意: 1.结构体内需要序列化的字段首字母大写(遵循驼峰式命名),不需要序列化的字段小写 ...
- MySQL数据库(四)多表查询
两张假设有两张表格A和B,把表格当作一个集合,那么表格中的记录就是集合中的一个元素. 两张表格如下: TableA:TableB: 2.1 内连接(只有一种场景) inner join 或者join( ...
- 20155205 郝博雅 《网络对抗技术》Exp1 PC平台逆向破解
20155205 郝博雅 <网络对抗技术>Exp1 PC平台逆向破解 一.实验准备 1. 掌握NOP.JNE.JE.JMP.CMP汇编指令的机器码 NOP:NOP指令即"空指令& ...
- java(三)数据库部分
3.1.1.数据库的分类及常用的数据库 数据库分为:关系型数据库和非关系型数据库 关系型:mysql oracle sqlserver等 非关系型:redis,memcache,mogodb,hado ...
- const_cast的用法与测试
在C++里,把常量指针(即指向长脸的指针)赋值给非常量指针时,会提示错误,这时候就需要用到const_cast,看下面的两个转换情形: int j = 0; const int i = j; int ...
- leetcode第一天-merge two binary trees
有段时间没有写代码了,脑子都生锈了,今后争取笔耕不辍(立flag,以后打脸) 随机一道Leecode题, Merge Two Binary Trees,题目基本描述如下: Given two bina ...
- eclipse使用和快捷键
一.快捷键 - ctrl + shift + o 导包 - ctrl + shift + t 快速查找某个类 - 先按ctrl + 2 ,再点L, 创建变量并命名 - ctrl + o , 在当前类中 ...
- 第70节:Java中xml和tomcat
第70节:Java中xml和tomcat 前言: 哭着也要看完,字数: jdbc crud - statement dao java.sql.Driver The interface that eve ...