Chapter 1 First Sight——30
The girl sitting there giggled. I'd noticed that his eyes were black — coal black.
那个坐在那里的女孩笑着。我注意到她的眼睛是很色的--炭黑色的。
Mr. Banner signed my slip and handed me a book with no nonsense about introductions.
Banner 先生签了我的名字然后递给我一本没有介绍的书。
I could tell we were going to get along. Of course, he had no choice but to send me to the one open seat in the middle of the room.
我能说我们会相处好的。当然他没有选择的在教室中间给我一个空的位置。
I kept my eyes down as I went to sit by him, bewildered by the antagonistic stare he'd given me.
我保持我的眼睛看着下面,我坐在他的旁边,他却给我很敌意的感觉。
I didn't look up as I set my book on the table and took my seat, but I saw his posture change from the corner of my eye.
我把书放到桌子上面坐了下来,但是都没有抬头,但是我从我眼角的余光看见他的姿势改变了。
He was leaning away from me, sitting on the extreme edge of his chair and averting his face like he smelled something bad.
他倾向远离我,坐到了椅子的最边缘,脸也扭到了另一边。
Inconspicuously, I sniffed my hair.
我尽量不引人注意地嗅了嗅我的头发
It smelled like strawberries, the scent of my favorite shampoo. It seemed an innocent enough odor.
我闻到了草莓的味道,那种我最喜欢的洗发水,似乎一个无辜的足够的气味。
I let my hair fall over my right shoulder, making a dark curtain between us, and tried to pay attention to the teacher.
我把我的头发从右边的肩膀上面放下来,在我们之间做成了一个深色的窗帘,想要引起老师的注意。
Unfortunately the lecture was on cellular anatomy, something I'd already studied.
不幸的是这门课是细胞解剖学,我已经学过了。
Chapter 1 First Sight——30的更多相关文章
- Chapter 2 Open Book——30
I looked down. His hands were clenched into hard fists again. 我向下看,他的双手又一次收紧握成拳头. Mr. Banner came to ...
- 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——34
"Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...
- 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——29
I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...
随机推荐
- ES CPU和磁盘IO升高
问题 ES监控出现偶尔的波动,CPU和磁盘IO升高 有时候在凌晨,业务请求比较低,也没有慢查询,GC也比较正常,没有出现Full GC ES内部的merge segment会占用CPU和磁盘资源,怀疑 ...
- NFV FD.io VPP VM 系统性能调优
Host Setting: 1.关闭power savings mode在BIOS中 2.设置 /sys/devices/system/cpu/cpu*/cpufreq/scaling_governo ...
- TheFourthJavaText
在Java语言中,在一个类的内部静态方法是无法直接访问该类的非静态成员的,这一点和C++一致.比如下面的代码: import javax.swing.JOptionPane; public class ...
- TCP跟UDP乱侃
原文链接http://www.cnblogs.com/xiaoEight/archive/2013/02/19/2917814.html 由于最近在恶补关于网络编程的东西,所以决定做个简单的记录.之前 ...
- C#语言之“String.Split”的使用【转】
String.Split 方法有6个重载函数: 1) public string[] Split(params char[] separator) 2) public string[] Split(c ...
- LightOJ 1095 Arrange the Numbers-容斥
给出n,m,k,求1~n中前m个正好有k个在原来位置的种数(i在第i个位置) 做法:容斥,先选出k个放到原来位置,然后剩下m-k个不能放到原来位置的,用0个放到原来位置的,有C(m-k,0)*(n-k ...
- MySQL的保留关键字,使用时尽量避免
今天用phpmyadmin时,注意到一个提示: 列名 'update' 是一个MySQL 保留关键字. 突然意识到还是应该尽量避免这些保留关键字,也百度了一下.找到了这些关键字,列出来下 使用mysq ...
- Python第一天课程
1.在linux下写python脚本,开头的解释器宣告的写法应该是#!/usr/bin/env python 定义变量name="XXX" age=21 所有使用引号引起的内 ...
- 身份证js检测
var vcity={ 11:"北京",12:"天津",13:"河北",14:"山西",15:"内蒙古&quo ...
- JSON.parse() JSON.stringify() eval() jQuery.parseJSON() 的区别
http://www.jb51.net/article/81880.htm : jQuery.parseJSON(jsonString) : 将格式完好的JSON字符串转为与之对应的Java ...