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的更多相关文章

  1. Chapter 2 Open Book——36

    "That was awful," he groaned. "They all looked exactly the same. You're lucky you had ...

  2. Chapter 1 First Sight——37

    "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can ...

  3. Chapter 1 First Sight——35

    The final bell rang at last. I walked slowly to the office to return my paperwork. 最后下课铃响了.我走到了办公室上讲 ...

  4. Chapter 1 First Sight——34

    "Was that the boy I sat next to in Biology?" I asked artlessly. 你是生物课坐在我旁边的男生吗?我天真烂漫的问道. & ...

  5. Chapter 1 First Sight——33

    At that moment, the bell rang loudly, making me jump, and Edward Cullen was out of his seat. 在这个时候,铃 ...

  6. Chapter 1 First Sight——32

    The class seemed to drag on longer than the others. 这堂课看起来比别的课要长. Was it because the day was finally ...

  7. Chapter 1 First Sight——31

    I took notes carefully anyway, always looking down. 不论怎么样我都仔细的记着笔记,一直低着头. I couldn't stop myself fro ...

  8. Chapter 1 First Sight——30

    The girl sitting there giggled. I'd noticed that his eyes were black — coal black. 那个坐在那里的女孩笑着.我注意到她 ...

  9. Chapter 1 First Sight——29

    I was anxious not to be late for class on my first day. 在我第一天上学的时候我非常焦虑我会上课迟到. One of my new acquain ...

随机推荐

  1. pre标签

    $(" .pop-info").html("<PRE>"+data.info+"<PRE>"): 数据库里的换行存的 ...

  2. mybatis 主键UUID生成策略

    <insert id="insert" parameterType="com.lsfwpt.lawmis.po.SysUser"> <sele ...

  3. zoj 3204 Connect them

    最小生成树,我用的是并查集+贪心的写法. #include<stdio.h> #include<string.h> #include<math.h> #includ ...

  4. USACO 1.3 Wormholes

    Wormholes Farmer John's hobby of conducting high-energy physics experiments on weekends has backfire ...

  5. Zookeeper理解

    ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,它包含一个简单的原语集,分布式应用程序可以基于它实现同步服务,配置维护和命名服务等.Zookeeper是hadoop的一个子项目,其 ...

  6. js--时钟(图片)

    <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content ...

  7. javascript中的事件处理

    事件处理:http://www.cnblogs.com/polk6/archive/2016/02/19/5154470.html#Menu2-DOMEventSpecification addEve ...

  8. Java Object 对象拷贝答疑

    Java Object 对象拷贝答疑 @author ixenos 摘要:在对象的clone过程需要注意的几点.关于关键字this.super 关于clone[对象拷贝] 在实际编程过程,有时候我们会 ...

  9. 9.hibernate的一对一映射

    一.hibernate的一对一按照外键映射 1.创建如下sql脚本: --员工账号表 create table USERS1 ( USERID ) not null, USERNAME ), USER ...

  10. Android onConfigurationChanged的作用

    API原文说明: android:configChangesLists configuration changes that the activity will handle itself. When ...