Chapter 1 First Sight——34
"Was that the boy I sat next to in Biology?" I asked artlessly.
你是生物课坐在我旁边的男生吗?我天真烂漫的问道。
"Yes," he said. "He looked like he was in pain or something."
是的,他说,他看起来像是他受伤了一样或是别的什么。
"I don't know," I responded. "I never spoke to him."
我不知道,我回答道,我从来没和他讲过话。
"He's a weird guy." Mike lingered by me instead of heading to the dressing room.
他是个怪异的东西,迈克和我说话而不是前往更衣室。
"If I were lucky enough to sit by you, I would have talked to you."
如果我很幸运坐在你边上我会和你聊天的。
I smiled at him before walking through the girls' locker room door.
在进入女生的更衣室前我冲着他笑了一下。
Hew as friendly and clearly admiring.
对他表示友好和尊敬。
But it wasn't enough to ease my irritation.
但是这不足以平息我的愤怒。
The Gym teacher, Coach Clapp, found me a uniform but didn't make me dress down for today's class.
体育课老师克拉普教练给我找了件运动服,但没让我在这堂课就换上。
At home, onlytwo yearsof RE. were required. Here, P.E. was mandatory all fouryears,Here, P.E. was mandatory all four years.
在我家那边,只需要上两年体育课,但在这里,体育课四年里都是必修课。
Forks was literally my personal hell on Earth.
Forks 在我个人眼里毫不夸张是地球上的地狱。
I watched four volleyball games running simultaneously.
我看着四个排球游戏同时运行。
Remembering howmany injuries I had sustained — and inflicted — playing volleyball, I felt faintly nauseated.
回忆起我曾经承受了多少伤害,造成打排球,我感到有些恶心。
Chapter 1 First Sight——34的更多相关文章
- Chapter 2 Open Book——34
His gaze became appraising. "You put on a good show," he said slowly. 他的凝视变成了评价.“你上演了一场好戏” ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on th ...
- Chapter 1 First Sight——35
The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...
- Chapter 1 First Sight——33
At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...
- Chapter 1 First Sight——32
The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...
- Chapter 1 First Sight——31
I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...
- Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...
- Chapter 1 First Sight——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
随机推荐
- 物料事务处理接口表 MTL_TRANSACTIONS_INTERFACE 账户别名使用 及 提示无效的分配账户字段
实例: PROCEDURE MAIN(P_ORGANIZATION_ID NUMBER, P_PERIOD_NAME VARCHAR2, XV_STATUS OUT VARCHAR, XV_MESG ...
- C# 去除文件和文件夹的只读属性
当我们使用 DirectoryInfo dir = Directory.CreateDirectory(pathName) 创建目录或者创建一个文件后,有时作为临时文件用完以后需要删除掉,使用File ...
- Hadoop datanode 磁盘自动化处理
新集群的 datanode 磁盘自动化处理工具开工在即.
- google浏览器图标显示不正常怎么办
taskkill /f /im explorer.exe rem 清理系统图标缓存数据库 attrib -h -s -r "%userprofile%\AppData\Local\IconC ...
- Convert a byte[] array to readable string format. This makes the "hex" readable!
/* * Java Bittorrent API as its name indicates is a JAVA API that implements the Bittorrent Protocol ...
- SQL语句的优化
1.创建索引 表中数据经常需要用的哪些字段数据进行过滤,则添加该字段的索引,索引相当如一本书的目录,能加快查询数据的速度:同时在新建索引的时候,将需要查询的列,在包含性 列中新增上去,能减少查询语句的 ...
- 第九十三节,html5+css3移动手机端流体布局,基础CSS,头部设计,轮播设计,底部设计
html5+css3移动手机端流体布局,基础CSS,头部设计,轮播设计,底部设计 基础CSS 首先将通用css属性写好 @charset "utf-8"; /*通用样式*/ /*去 ...
- putty完全使用手册--多窗口---git提交---连接数据库--自动日志显示
01 putty dev 192.168.3.38 02 cd /home/gongfu/tripb/cranedev02.1 git status git add git commit git pu ...
- mac下安装composer
打开命令后 cd /usr/local/bin 然后执行 curl -sS https://getcomposer.org/installer | php 接下来 sudo mv composer.p ...
- Date Math SimpleDateFormat 类
Date 和 SimpleDateFormat /* Date 日期类 许多方法都被Calendar取代了 Date() 获取当前时间 使用概率最高 Calendar 类用常量获取当前时间 一般很少 ...