Chapter 1 First Sight——36
The door opened again, and the cold wind suddenly gusted through the room, rustling the papers on the desk, swirling my hair around my face.
门被再一次打开,寒冷的风突然吹进了房间,把桌上的纸弄得沙沙响,把我的头发吹到了面前。
The girl who came in merely stepped to the desk, placed a note in the wire basket, and walked out again.
一个女孩一步步走到桌前,把一个笔记本放进了铁丝网,然后又走出去了。
But Edward Cullen's back stiffened, and he turned slowly to glare at me — his face was absurdly handsome —with piercing, hate-filled eyes.
但是Edward Cullen的背僵硬了,然后慢慢的转过来瞪着我,他的脸已经英俊,
但爱德华·卡伦整个背部都僵住了,他慢慢转过身来,盯着我——他的脸英俊得不可思议——用洞悉一切,充满厌恶的眼神,注视着我。
For an instant, I felt a thrill of genuine fear, raising the hair on my arms.
一瞬间,我就感觉到一种颤栗的恐惧,把我的头发从胳膊上升起来。
那一瞬间,我感到一阵颤栗,一种真正的恐惧,我手臂上的细毛都竖起来了。
The look only lasted a second, but it chilled me more than the freezing wind.
这种对视只持续了一会,但是它比冰风更让我寒冷。
He turned back to the receptionist.
他转回去对着那个接待员了。
Chapter 1 First Sight——36的更多相关文章
- Chapter 2 Open Book——36
"That was awful," he groaned. "They all looked exactly the same. You're lucky you had ...
- Chapter 1 First Sight——37
"Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...
- 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——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 ...
随机推荐
- xcode配色方案 (自己常用的)
https://github.com/ArtSabintsev/Solarized-Dark-for-Xcode
- javascript函数作用域实践
在es6之前,JavaScript是没有块级作用域的,只有函数作用域,也就是说是一个function里面定义的变量外面取不到的:而if for是条件判断的语句,不是函数,由于缺少块级作用域,所以条件中 ...
- python修炼7----迭代器
迭代器 -------------------------------------------------------------------------------- 充电小知识 1.yield-- ...
- APICloud界面间跳转
UZModule提供属性controller,可通过该控制器对目标控制器进行push或者present操作. // push[self.viewController.navigationControl ...
- Java 语言的 XPath API
如果要告诉别人买一加仑牛奶,您会怎么说?"请去买一加仑牛奶回来" 还是 "从前门出去,向左转,走三个街区向右转,再走半个街区向右转进入商店.走向四号通道,沿通道走五米向左 ...
- Hadoop实践
1.将HDFS中的文本文件读取并以JSON格式转存到MongoDB时,报磁盘不足的异常. 实验室的5台计算机的存储空间都在500G以上,就目前存储的数据量来看,完全达不到磁盘接近饱和的状态.通过查看H ...
- python变量与数据类型
变量 什么是变量 所谓变量,指的是在程序运行过程中需要用到的中间结果,变量定义后,会占用一块内存开辟的空间地址,通过内存空间确保同一时间的唯一性. >>> print(id.__do ...
- ajaxUploadFile在IE9等IE浏览器,上传变json下载的问题解决(SpringMVC + ajaxUploadFile)
使用ajaxUploadFIle进行文件上传,在google中正常,但是IE中却变成了json文件下载.经过搜索和尝试,解决方案如下: 首先明确,该功能使用$.ajaxFileUpload而非ajax ...
- hexo常用命令笔记
hexo npm install -g hexo npm update -g hexo hexo init 常用 hexo n == hexo new "a new post" 新 ...
- Servlet综述
Servlet 是在服务器上运行的小程序.这个词是在 Java applet 的环境中创造的.虽然后者已很少被使用,但 servlet 却发展的很好.是一般面试都会常考的知识. 由来 servlet ...