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 ...
随机推荐
- 剑指offer PART 2
剑指offer PART 2 书点击自取 提取码: njku 标签(空格分隔): 笔记 C++知识点: 1.面向对象的特性 2.构造函数 3.析构函数 4.动态绑定 5.常用的设计模式 6.UML图 ...
- C/C++字符串相关知识使用整理
C++字符串处理有最原始的char以及string两种方式,这里对其常用的功能进行总结. #include <string>using namespace std; ]; string s ...
- var let const的区别
1. 变量提升: 浏览器在运行代码之前会进行预解析,不论var声明的变量处于当前作用域的第几行,都会提升到作用域的头部. 2. 只要块级作用域内存在let命令,它所声明的变量就“绑定”这个区域,不 ...
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project taotao-manager-pojo: Compilation failure
运行maven项目时报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compi ...
- (24)How generational stereotypes hold us back at work
https://www.ted.com/talks/leah_georges_how_generational_stereotypes_hold_us_back_at_work/transcript ...
- 从hadoop一路配置到spark
安装 jdk-8u131-linux-x64.gz scala-2.11.8.tgz hadoop-2.7.3.tar.gz spark-2.1.1-bin-hadoop2.7.tgz v ...
- lightoj 1074
这题怎么说呢,负环上的点都不行 网上也有很多解法 我用dfs的spfa解的 我发现网上别人的代码都是用bfs的spfa写的,我就用的dfs的,快了好多 代码还看的别人的,只有中间的spfa是自己写的 ...
- 常用类:Object
2017-08-08 Object :作为所有类的根类,(超类,父类) 常用的方法: public int hasCode(){//返回该对象的哈希码值(地址)}:判断对象是否在同一内存地址上 pub ...
- 16bit CRC算法C语言实现
#define CRC_16_POLYNOMIALS 0x8005 unsigned short CRC16_3(unsigned char* pchMsg, unsigned short wData ...
- 大叔学ML第二:线性回归
目录 基本形式 求解参数\(\vec\theta\) 梯度下降法 正规方程导法 调用函数库 基本形式 线性回归非常直观简洁,是一种常用的回归模型,大叔总结如下: 设有样本\(X\)形如: \[\beg ...