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 ...
随机推荐
- /home 和 /root
/root Linux超级权限用户root的家目录./home 如果我们建立一个用户,用户名是"xx",那么在/home目录下就有一个对应的/home/xx路径,用来存放用 ...
- wpf 控件截屏
/// <summary> /// 保存截图 /// </summary> /// <param name="ui">控件名称</para ...
- jdbc_servlet基础增删改分页2(userinfo表的)
1.创建如下文件目录 2.导入MyBatis的jar文件 3.创建实体类 package com.entity; public class Userinfo { private Integer uid ...
- php+mysql 内联接 和 子查询
INNER JOIN(内连接):取得两个表中存在连接匹配关系的记录 $sql="SELECT * FROM subject as a INNER JOIN e_user as b ON a. ...
- Redis链表相关操作命令
lists链表类型lists类型就是一个双向链表,通过push,pop操作.从链表的头部或者尾部添加删除元素,这样list即可以作为栈也可以作为队列 lpush key value 在链表key的头部 ...
- Faster-R-CNN编译使用及相应问题解决
1.首先opencv是需要安装的,我用的ubuntu14.04,opencv3.0,具体安装教程可以参考网上很多,不想多提. 2.安装几个依赖包:cython,python-opencv和easydi ...
- 第七十节,css选择器
css选择器 学习要点: 1.选择器总汇 2.基本选择器 3.复合选择器 4.伪元素选择器 本章主要探讨 HTML5中 CSS选择器,通过选择器定位到想要设置样式的元素.目前CSS选择器的版本已经升 ...
- 《JS权威指南学习总结--9.2 类和构造函数》
内容要点: 例9-1展示了在JS中定义类的其中一种方法.但这种方法并不常用,毕竟它没有定义构造函数,构造函数是用来初始化新创建的对象的. 使用关键字new来调用构造函数会自动创建一个新对象,因此构造函 ...
- article标签和aside标签两者的理解
article标签,使用后感觉和P(段落)差不多,语义化的标签.<aside> 标签定义article以外的内容(可用做文章的侧栏). 语义化的标签. html 标签有几种分类,其中有一 ...
- mysql解决中文乱码问题
安装文件 my.ini default-character-set=gbk 安装文件 db.opt default-character-set=gbkdefault-collation=gbk_chi ...