"Bella? Are you all right?"

“贝拉?你还好吗?”

"I'm fine." My voice sounded strange.

“我还好”我的声音听起来很奇怪。

I tried to sit up, and realized he was holding me against the side of his body in an iron grasp.

我尝试站起来,然后意识到他正在我另一面有他的身体想铁一般抓住我。

我想要坐起来,然后发觉他紧紧地抓着我,把我护在身下。

"Be careful," he warned as I struggled. "I think you hit your head prettyhard."I became aware of a throbbing ache centered above my left ear.

“小心”,在我努力站起的时候他提醒道“我想你撞到他的头很痛”我开始意识到一个渐渐的疼痛从我左耳边传来

当心,”当我挣扎的时候,他警告我。“我觉得你的头碰得很厉害。” 我这才注意到我的左耳一阵抽痛。

"Ow," I said, surprised.

“哦”我惊讶的说道。

"That's what I thought." His voice, amazingly, sounded like he was suppressing laughter.

“我想是这样的”他的声音听上去,惊讶的,听起来他压抑这笑容。

“这正是我所想到的。”奇怪,他的声音听起来像是在用力忍住笑声。

"How in the…" I trailed off, trying to clear my head, get my bearings.

“怎么会。。”我尽力。尝试清醒我的脑袋,在仍受之中。

“怎么回事……”我的声音弱下来,努力整理思路,控制自己的举动。

"How did you get over here so fast?"

“你怎么会这么快就到这里来的”

"I was standing right next to you, Bella," he said, his tone serious again.

“我站在你右边,贝拉”他说道,他的语调又一次认真了。

“我就站在你旁边,贝拉。”他说,语气再度严肃起来。

Chapter 3 Phenomenon——7的更多相关文章

  1. Chapter 3 Phenomenon——1

    When I opened my eyes in the morning, something was different. 这天早上当我睁开眼睛的时候,一些事变得不同了. It was the li ...

  2. Chapter 3 Phenomenon——24

    My mom was in hysterics, of course. 我的母亲当时是歇斯底里的发疯了. I had to tell her I felt fine at least thirty t ...

  3. Chapter 3 Phenomenon——23

    Charlie put one arm behind my back, not quite touching me, and led me to the glass doors of the exit ...

  4. Chapter 3 Phenomenon——22

    He paused, and for a brief moment his stunning face was unexpectedly vulnerable. 他愣住了,然后一段时间他令人昏迷的脸变 ...

  5. Chapter 3 Phenomenon——21

    "Nobody will believe that, you know." “你知道吗没有人会相信会是这样的” His voice held an edge of derision ...

  6. Chapter 3 Phenomenon——20

    "All I know is that you weren't anywhere near me — 所有我知道的就是你当时不在我旁边的任何地方—— Tyler didn't see you ...

  7. Chapter 3 Phenomenon——19

    His unfriendliness intimidated me. 他的不友好恐吓到了我. My words came out with less severity than I'd intende ...

  8. Chapter 3 Phenomenon——18

    My intuition flickered; the doctor was in on it. 我的直觉告诉我:这个医生也参与了. 我灵光一闪:这医生熟悉内情. "I'm afraid t ...

  9. Chapter 3 Phenomenon——17

    Dr. Cullen raised his eyebrows. "Do you want to stay?" Cullen医生抬起了他的眉毛“你想待在这吗?” "No, ...

  10. Chapter 3 Phenomenon——16

    "Your X-rays look good," he said. "Does your head hurt? Edward said you hit it pretty ...

随机推荐

  1. Python学习-37.Python中的正则表达式

    作为一门现代语言,正则表达式是必不可缺的,在Python中,正则表达式位于re模块. import re 这里不说正则表达式怎样去匹配,例如\d代表数字,^代表开头(也代表非,例如^a-z则不匹配任何 ...

  2. ASP.NET MVC URL重写与优化(初级篇)-使用Global路由表定制URL

    ASP.NET MVC URL重写与优化(初级篇)-使用Global路由表定制URL 引言--- 在现今搜索引擎制霸天下的时代,我们不得不做一些东西来讨好爬虫,进而提示网站的排名来博得一个看得过去的流 ...

  3. c# HashSet 列表去重

    List<, , , }; HashSet<int> hs = new HashSet<int>(list); List<, , , }; HashSet<i ...

  4. C#基础复习(2) 之 装箱拆箱

    参考资料 [1] @只增笑耳Jason的回答 https://www.zhihu.com/question/57208269 [2] <C# 捷径教程> 疑难解答 装箱和拆箱是什么? 何时 ...

  5. vue-router页面传值及接收值

    主页  “去第二个页面”方法传值1 <template> <div id="app"> <div><router-link to=&quo ...

  6. Lucene.net 全文检索数据库

    #define Search using Lucene.Net.Analysis; using Lucene.Net.Analysis.Tokenattributes; using Lucene.Ne ...

  7. sqlServer存储过程与sql语句的区别

    sqlServer   存储过程与sql语句的区别 sql存储过程与sql语句的区别: 从以下几个方面考虑: 1.编写: 存储过程:编写比较难: sql语句:相对简单: 2.性能: 存储过程:高,可移 ...

  8. Android 流媒体播放 live streaming

    安卓支持的协议 RTSP (RTP, SDP)HTTP/HTTPS progressive streamingDynamic adaptive streaming on HTTP => MPEG ...

  9. Android代码编译出现的错误

    一.decoupled apps failed  解耦应用程序失败 2.每次编译时候一定先扩充内存 export JACK_SERVER_VM_ARGUMENTS="-Dfile.encod ...

  10. Console命令,让js调试更简单

    一.显示信息的命令 console.log("normal"); // 用于输出普通信息 console.info("information"); // 用于输 ...