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. 我也会让他一个人的. ...
随机推荐
- mysql远程连接/访问速度慢的解决方案
连接阿里云服务器上的数据库,速度很慢 账户密码正确 已关闭防火墙 修改 /etc/my.cnf,添加配置skip-name-resolve [mysqld] skip-name-resolve 在连接 ...
- 支持不同Android设备,包括:不同尺寸屏幕、不同屏幕密度、不同系统设置
Some of the important variations that you should consider include different languages, screen sizes, ...
- 微信跳转,手机WAP浏览器一键超级跳转微信指定页面
微信跳转,手机WAP浏览器一键超级跳转微信指定页面 这篇文章主要介绍了如何在手机浏览器wap网页中点击链接跳转到微信界面,需要的朋友可以参考下 先说第一种,最简单的唤起微信协议,weixin://主流 ...
- Java Json字符串转Java对象遇到属性大小写的问题解决
String objectStr="{\"namE\":\"JSON\",\"age\":\"24\",\&q ...
- SpringBoot报错:Failed to load ApplicationContext(Mapped Statements collection already contains value)
错误提示: Caused by: java.lang.IllegalArgumentException: Mapped Statements collection already contains v ...
- SVN搭建外网远程访问
准备条件 SVN服务器安装及配置 SVN服务端,客户端安装配置可以参考:http://www.cnblogs.com/mq0036/p/5250198.html 花生壳客户端下载,安装,注册(内网穿透 ...
- 微信测试号开发入门配置问题java
这个测试号配置弄了好几天了,入了无数坑,终于解决了...辛苦我了,手动安慰一下自己.. 为了萌新们以后不要再浪费时间绕半天做无用功.看看楼楼的艰苦历程吧. 此教程针对没有云服务器,没有自己的域名的.没 ...
- anaconda安装opencv(python)
1.win10 win10没有安装python,只安装了anaconda,然后使用pip安装opencv-python,版本很新,opencv_python4.0.0的. 网速有点莫名其妙,时快时慢 ...
- android中Imageview的布局和使用
布局: <ImageView android:id="@+id/imt_photo" android:layout_width="fill_parent" ...
- DAY10函数
函数 函数就是可以重复利用的工具 函数可以完成指定代码块,函数就是是存放代码块的容器 函数的有点: 1.避免出现重复冗余的代码 2.让程序代码结构更清晰增加可读性 3 定义函数的语法 1. 函数名:使 ...