Chapter 5 Blood Type——25
"I usually am — but about what in particular this time?"
“我通常都是 —— 但是这次有什么特殊的吗?”
"Ditching is healthy." I practiced breathing evenly.
“跷课有益身体,确实是这样。”我练习着均匀的呼吸。
"You scared me for a minute there," he admitted after a pause. His tone made it sound like he was confessing a humiliating weakness.
“在哪里你真的让我吓到了,”在一段停顿后他承认道。他的语气听上去就像他在忏悔一个丢人的弱点一样。
"I thought Newton was dragging your dead body off to bury it in the woods."
“我还以为Newton拖着你的尸体到树林里面埋掉呢。”
"Ha ha." I still had my eyes closed, but I was feeling more normal every minute.
“哈哈”我仍然闭着眼睛,但是每一分钟都感觉更加的舒服。
"Honestly — I've seen corpses with better color. I was concerned that I might have to avenge your murder."
“事实上——我曾经见过尸体而且颜色更好。我还在想我必须要帮你复仇。”
"Poor Mike. I'll bet he's mad."
“烂Mike。我敢打赌他一定疯了。”
"He absolutely loathes me," Edward said cheerfully.
“他确实恨透我了,”Edward高兴的说道。
"You can't know that," I argued, but then I wondered suddenly if he could.
“你肯定不知道,”我争辩道,但是我又突然想他可能知道。
Chapter 5 Blood Type——25的更多相关文章
- 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 ...
随机推荐
- Java 扫描实现 Ioc 动态注入,过滤器根据访问url调用自定义注解标记的类及其方法
扫描实现 Ioc 动态注入 参考: http://www.private-blog.com/2017/11/16/java-%e6%89%ab%e6%8f%8f%e5%ae%9e%e7%8e%b0-i ...
- js中将字符串作为函数名来调用的方法
方法:eval() eg: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> ...
- python用类实现xrange
class xrange(object): def __init__(self, start, end=0, step=1): self.start = start self.end = end se ...
- windows10 docker镜像存储位置修改
=====================================下面做法无效,无法成功启动docker=================================== 安装Docker ...
- Win10 安装Oracle11g2、配置PL/SQL Developer11环境
Oracle11g2的下载地址(下载以下两个压缩包,解压后得到两个oracle目录,放到一起就得到完整的安装文件了): 1.Oracle11g2: oracle-part-1 oracle-part- ...
- window10 Docker仓库访问
window10 Docker仓库访问 docer官网 docker仓库 windown10 安装docker可以参考 window10安装docker 配置了加速器以后还访问不了,点击托盘处dock ...
- vue - 新建一个项目
首先: 要先安装node 及 npm Node.js官方安装包及源码下载地址:http://nodejs.org/ 双击安装,在安装界面一直Next 直到Finish完成安装. 打开控制命令行程序(C ...
- java将数据库中查询到的数据导入到Excel表格
1.Maven需要的依赖 <!-- https://mvnrepository.com/artifact/org.apache.poi/poi --> <dependency> ...
- Flutter 文本样式继承
使用inherit来设置是否继承样式 DefaultTextStyle( style: TextStyle(color: Colors.red, fontSize: 22), child: Colum ...
- CentOS7 防火墙(firewall)的操作命令(转)
安装:yum install firewalld 1.firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firew ...