"Bella?" His voice shouldn't have been so familiar to me, as if I'd known the sound of it all my life rather than for just a few short weeks.

"Bella?"他的声音不应该对于我来说如此熟悉,好像我不是只认识这个声音短短几周,而是我的一生都已经记住了这个声音。

I turned slowly, unwillingly.

我不愿意的慢慢转过去。

I didn't want to feel what I knew I would feel when I looked at his too-perfect face.

我不想要感受到那种,当我看到他过于完美的脸庞的感觉。

My expression was wary when I finally turned to him; his expression was unreadable.

当我最终转向他的时候我的表情是警觉的;他的表情完全读不懂。

He didn't say anything.

他什么也没说。

"What? Are you speaking to me again?"

“什么?你又和我说话了?”

I finally asked, an unintentional note of petulance in my voice.

我最后问道,在我的声音中透露中着无意识的愤怒。

His lips twitched, fighting a smile. "No, not really," he admitted.

他的嘴唇抽搐着,挤出一个微笑,“不,没有”他承认道。

I closed my eyes and inhaled slowly through my nose, aware that I was gritting my teeth. He waited.

我闭上我的眼睛慢慢吸了一下鼻子,意识到我在磨我的牙齿。他等着。

"Then what do you want, Edward?" I asked, keeping my eyes closed; it was easier to talk to him coherently that way.

“Edward你到底想怎么样?”我闭着眼睛问道;以这样的方式很容易和他交流。

"I'm sorry." He sounded sincere. "I'm being very rude, I know. But it's better this way, really."

“我很抱歉”他的声音听上去很真诚。“我之前对你他鲁莽了,我知道。但是这是最好的方式了,真的。”

I opened my eyes.

我睁开了我的眼睛。

His face was very serious.

他脸上非常严肃。

Chapter 4 Invitations——11的更多相关文章

  1. Chapter 4 Invitations——28

    "Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...

  2. Chapter 4 Invitations——27

    "Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...

  3. Chapter 4 Invitations——26

    "I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...

  4. Chapter 4 Invitations——25

    "So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...

  5. Chapter 4 Invitations——24

    "How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...

  6. Chapter 4 Invitations——23

    The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...

  7. Chapter 4 Invitations——22

    "Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...

  8. Chapter 4 Invitations——21

    "Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...

  9. Chapter 4 Invitations——20

    Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...

随机推荐

  1. C语言中数组使用负数值的标记

    ·引 对数组的认知 在c语言中,我们经常使用的一个结构便是数组,在最开始学习数组的时候,它被描述成这样(以一维二维数组为例):一维数组是若干个数连续排列在一起的集合,我们可以通过0-N的标记(N为数组 ...

  2. 单个 js 文件禁用 ESLint 语法校验

    在代码顶部添加一行注释 /* eslint-disable */ ESLint 在校验的时候就会跳过后面的代码 还可以在注释后加入详细规则,这样就能避开指定的校验规则了 /* eslint-disab ...

  3. vue插件官方文档,做个记录

    vue的插件,组件都可以按照这种方式添加 官方文档 https://cn.vuejs.org/v2/guide/plugins.html 做个记录用

  4. Vue(二十九)页面加载过慢问题

    1.使用按需加载 2.路由懒加载

  5. django+javascrpt+python实现私有云盘

    代码稍后上,先整理下私有云盘的相关功能介绍. 1.登陆界面 2.首页展示,有个人目录.部门目录以及公司目录,针对不用的目录设置不同的权限控制. 3.个人信息展示 4.账号管理.账号信息展示 5.账号添 ...

  6. 4.28Linux(6)

    2019-4-28 21:27:41 明天回家.回家继续学Linux还好有个服务器!!!感觉有个属于自己的服务器感觉好爽啊!! 越努力越幸运!永远不要高估自己!!! Nginx安装 服务器的请求原理 ...

  7. Flutter 读写本地文件

    文档 注意 安装 path_provider 插件后重启f5, 而不是等待热更新 demo import 'dart:io'; import 'dart:async'; import 'package ...

  8. 从url中获得域名

    import java.net.MalformedURLException; import java.net.URL; /** * * @author csh * */ public class AA ...

  9. 对matplotlib库的运用

    1.matplotlib库的运用效果图 绘制基本的三角函数                                                                        ...

  10. Linux指令 压缩与解压

    打包: 格式:tar -cvf  压缩后的名称.tar   压缩的文件1 压缩的文件2 ```压缩的文件n(压缩多个文件为一份时各个文件以空格隔开) 例子:tar -cvf  tomcats.tar ...