Chapter 4 Invitations——11
"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的更多相关文章
- Chapter 4 Invitations——28
"Oh, thanks, now that's all cleared up." Heavy sarcasm. “哦,真感谢,现在一切都清楚了.” 我很讽刺的说道 I realiz ...
- Chapter 4 Invitations——27
"Myself, obviously." He enunciated every syllable, as if he were talking to someone mental ...
- Chapter 4 Invitations——26
"I wanted to ask you something, but you sidetracked me," he chuckled. He seemed to have re ...
- Chapter 4 Invitations——25
"So you are trying to irritate me to death? Since Tyler's van didn't do the job?" "所以 ...
- Chapter 4 Invitations——24
"How do you do that?" I asked in amazed irritation. “你是怎么做到的?”我惊讶的问道. "Do what?" ...
- Chapter 4 Invitations——23
The next morning, when I pulled into the parking lot, I deliberately parked as far as possible from ...
- Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had ...
- Chapter 4 Invitations——21
"Dad?" I asked when he was almost done. “爸?”我当他快吃完的时候问道. "Yeah, Bella?" “怎么了,Bel ...
- Chapter 4 Invitations——20
Well, that was fine. I could leave him alone. 行吧,但愿一切都好.我能让他一个人. I would leave him alone. 我也会让他一个人的. ...
随机推荐
- CF719E. Sasha and Array [线段树维护矩阵]
CF719E. Sasha and Array 题意: 对长度为 n 的数列进行 m 次操作, 操作为: a[l..r] 每一项都加一个常数 C, 其中 0 ≤ C ≤ 10^9 求 F[a[l]]+ ...
- selenium 打开新标签页(非窗口)
如何利用webdriver打开多个标签页和链接呢,到处查找得到的往往只是如何打开标签页. 打开标签页很简单,浏览器打开标签页的快捷键是ctrl+t,那把ctrl+t的按键事件传入即可,很多种实现方式, ...
- 数据分析 大数据之路 五 pandas 报表
pandas: 在内存中或对象,会有一套基于对象属性的方法, 可以视为 pandas 是一个存储一维表,二维表,三维表的工具, 主要以二维表为主 一维的表, (系列(Series)) 二维的表, ...
- php一些高级函数方法
PHP高级函数 1.call_user_func (http://php.net/manual/zh/function.call-user-func.php) 2.get_class (http:// ...
- spring创建bean的三种方式
spring创建bean的三种方式: 1通过构造方法创建bean(最常用) 1.1 spring默认会通过无参构造方法来创建bean,如果xml文件是这样配置,则实体类中必须要有无参构造方法,无参构造 ...
- Oracle DBLINK的相关知识整理
一.DBLINK(Database Link)概念 dblink,顾名思义就是数据库的链接.当我们要跨本地数据库访问另一个数据库中的表的数据时,在本地数据库中就必须要创建远程数据库的dblink,通过 ...
- oracle登录管理员创建数据库和表空间
登录管理员最高权限账号 cmd输入sqlplus 回车,或者直接打开sqlplus 用户名:sys 密码:sys as sysdba 1.首先,创建(新)用户: create user usernam ...
- pycharm 中 django 导入静态文件不提示补全
File—>setting----->Languages & Frameworks ------> Python Template Languages ------> ...
- 排列组合python
python 的 itertools模块 可以专业的处理的排列组合问题 写在自己博客里,怕下次找不到喽
- HBuilder git使用-分工合作
1.初始项目的创建 创建好项目,在项目名上右键,Team->共享 完成后,就实现了本地仓库的建立,另外你要注意现在创建的项目所有文件变成了红色,Git Repositories视图列出了相应的本 ...