Chapter 5 Blood Type——5
"Well…" He paused, and then the rest of the words followed in a rush.
"嗯..." 他顿顿的说道,然后准备一口气说完剩下的话
"I decided as long as I was going to hell, I might as well do it thoroughly."
“即使我决定要去地狱,我可能也会毫不犹豫”
I waited for him to say something that made sense. The seconds ticked by.
再等着他说点解释的话。几秒钟过去了。
"You know I don't have any idea what you mean," I eventually pointed out.
“你知道我不明白你在说什么,”最后我指出来。
"I know." He smiled again, and then he changed the subject. "I think your friends are angry with me for stealing you."
“我知道。” 他又笑了,并且他改变了观点。“我想你的朋友对我偷了你很生气。”
"They'll survive." I could feel their stares boring into my back.
“他们会理解的。”我感到他们无聊的盯着我的背后。
"I may not give you back, though," he said with a wicked glint in his eyes.
“尽管,我可能不打算把你还回去,”他说着眼里闪烁着邪恶的目光
I gulped.
我咽了一口气。
He laughed. "You look worried."
他笑道。“你看起来有点担心。”
"No," I said, but, ridiculously, my voice broke. "Surprised, actually… what brought all this on?"
“不,”我说,但是,很荒谬,我破音了。“事实上是惊讶,是什么改变了你的态度?”
"I told you — I got tired of trying to stay away from you. So I'm giving up." He was still smiling, but his ocher eyes were serious.
“我告诉————我尽可能尝试去远离你,但是太累了。所以我放弃了。”
他仍然笑着,但是他黄色的眼睛显得很认真。
"Giving up?" I repeated in confusion.
“放弃?”我疑惑的重复道。
Chapter 5 Blood Type——5的更多相关文章
- Chapter 5 Blood Type——18
"The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...
- Chapter 5 Blood Type——27
And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...
- Chapter 5 Blood Type——24
"She's just a little faint," he reassured the startled nurse. "They're blood typing i ...
- Chapter 5 Blood Type——23
I didn't answer. I closed my eyes again and fought the nausea with all my strength, clamping my lips ...
- Chapter 5 Blood Type——22
Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...
- Chapter 5 Blood Type——17
"I'll be coming around with a dropper of water to prepare your cards, so please don't start unt ...
- Chapter 5 Blood Type——32
"Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...
- Chapter 5 Blood Type——31
I stood carefully, and I was still fine. He held the door for me, his smile polite but his eyes mock ...
- Chapter 5 Blood Type——30
That wasn't a challenge; I was always pale, and my recent swoon had left a light sheen of sweat on m ...
- Chapter 5 Blood Type——29
"We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...
随机推荐
- JAVA基础复习与总结<七> File类_基本的IO概念_输入输出
File类 1.操作目录 mkdir() 创建目录,必须确保父目录存在,如果不存在,创建失败 mkdirs() list() 文件:目录字符串形式 ,只返回目录和文件的名称 listFiles() ...
- PyQt4转换ui为py文件需添加如下代码才可执行
1)转换ui为py 命令行进入ui文件所在文件夹,输入pyuic4 ui_name.ui > py_name.py即可 或新建ui2py.bat文件,写入: @echo off @cd /d & ...
- hadoop2-elasticsearch的安装
本文主要讲elasticsearch-2.2.1的安装过程. 准备工作: 1.搭建虚拟机 你需要先参考 hadoop2集群环境搭建 把你的虚拟机搭建起来-hadoop环境可以先不用搭建(完成步骤1到步 ...
- 用java从0生成一个简单的excel
用java从0生成一个简单的excel 目标 用代码实现对一个excel的基础操作,包括创建,插入文字,(好像就这些了),生成的excel可以用wps打开,如果直接用c++的文件流会生成假的xls表格 ...
- python函数用法
一.定义函数 形参:函数完成一项工作所需要的信息,在函数定义时完成 实参:调用函数时传递给函数的信息 二.传递实参 1.位置实参:每个实参都关联到函数定义中的一个形参 示例: def describe ...
- H5 _浏览器通知功能使用
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 201771010126 王燕《面向对象程序设计(Java)》第十七周学习总结
实验十七 线程同步控制 实验时间 2018-12-10 1.实验目的与要求 (1) 掌握线程同步的概念及实现技术: 多线程并发运行不确定性问题解决方案: 多线程并发运行不确定性问题解决方案: 多 ...
- 查找datatable 中的重复记录(只查询一个字段)
StringBuilder str = new StringBuilder(); var res = new ResParameter() { code = ResponseCode.exceptio ...
- 获取用户在web页面上选中的文本
window.getSelection().toString();
- 在vue项目中mock数据
第一步:安装: 在命令行中执行: npm install mockjs; 第二步:定义index.js文件 我们新建一个mock文件夹,此文件夹中建一个index.js文件:在index.js中输入以 ...