"You say that a lot," I noted, trying to ignore the sudden trembling in my stomach and keep my voice even.

“你说的太多了”我提醒他,努力忽视我胃里一阵抽搐并且保持我声音的平稳。

"Yes, because you're not listening to me. I'm still waiting for you to believe it. If you're smart, you'll avoid me."

“是的,因为你没有听我的。我任然在等你相信它。如果你聪明的话你会躲开我的。”

"I think you've made your opinion on the subject of my intellect clear, too." My eyes narrowed.

“我认为你对我智力的评价太清晰了”我眼睛眯着说

He smiled apologetically.

他抱歉的笑着。

"So, as long as I'm being… not smart, we'll try to be friends?" I struggled to sum up the confusing exchange.

“所以,只要我不聪明,那么我们能尝试做朋友?”我努力总结出这个令人困惑的交换条件。

"That sounds about right."

“听起来就是这样。”

I looked down at my hands wrapped around the lemonade bottle, not sure what to do now.

我低头看着我握着柠檬水杯的手,不知道现在该怎么办。

"What are you thinking?" he asked curiously.

“你在想什么?”他好奇的问道。

I looked up into his deep gold eyes, became befuddled, and, as usual, blurted out the truth.

我盯着他深金色的眼睛,变的昏沉,并且就像往常一样,脱口而出了实话。

"I'm trying to figure out what you are."

“我想知道你到底是什么。”

His jaw tightened, but he kept his smile in place with some effort.

他下巴紧闭,但是他依然用笑容代替了一些情感。

"Are you having any luck with that?" he asked in an offhand tone.

“那你有好运的发现了什么吗?”他以随便的语气问道。

"Not too much," I admitted.

“没有”我承认道。

Chapter 5 Blood Type——7的更多相关文章

  1. Chapter 5 Blood Type——18

    "The Red Cross is having a blood drive in Port Angeles next weekend, so I thought you should al ...

  2. Chapter 5 Blood Type——27

    And then Mike staggered through the door, now supporting a sallow-looking Lee Stephens, another boy ...

  3. Chapter 5 Blood Type——24

    "She's just a little faint," he reassured the startled nurse. "They're blood typing i ...

  4. 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 ...

  5. Chapter 5 Blood Type——22

    Suddenly the sidewalk disappeared from beneath me. My eyes flew open in shock. 突然我身下的人行道消失了.我飞快的睁开眼睛 ...

  6. 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 ...

  7. Chapter 5 Blood Type——32

    "Where are you all going, exactly?" He was still looking ahead, expressionless. “真的,你要去哪里? ...

  8. 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 ...

  9. 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 ...

  10. Chapter 5 Blood Type——29

    "We're meeting at my dad's store, at ten." “十点,我们在我爸的店见面.” His eyes flickered to Edward ag ...

随机推荐

  1. preventDefault()、stopPropagation()、return false 的区别

    preventDefault() e.preventDefault()阻止浏览器默认事件 stopPropagation() e.stopPropagation()阻止冒泡 return false ...

  2. UI分层中使用PageFactory

    基于原PO设计模式,需要改变原有的从文件中读取文件,更改为PageFactory模式.做出如下改动: 1 2 public MsysPage(DriverBase driver) { super(dr ...

  3. Android Studio 中 Live Templates 的使用

    Android Studio 中的 Live Templates 是什么? Live Templates 有什么用处? Live Templates 可以理解为:在你编码过程中,IDE自动生成的代码内 ...

  4. Linux下安装、编译SDL

    要搞图形界面,SDL是比较好上手的一个库.今天试着在centos下搞了一个SDL的程序.下面是配置的步骤: 首先yum search SDL,会出现SDL相关的软件包.不过我这里只有SDL1的,没有2 ...

  5. NOIP2008 立体图

    题目描述 小渊是个聪明的孩子,他经常会给周围的小朋友们将写自己认为有趣的内容.最近,他准备给小朋友们讲解立体图,请你帮他画出立体图. 小渊有一块面积为m*n的矩形区域,上面有m*n个边长为1的格子,每 ...

  6. 程序执行流程/布尔类型与布尔:运算猜数字游戏;库的使用:turtle

    myPrice = 6 while True: guess = int(input()) if guess > myPrice: print('>') elif guess < my ...

  7. SVM支持向量机 详解(含公式推导)

    关于SVM的内容,这三位老哥写的都挺好的,内容是互补的,结合他们三位的一起看,就可以依次推导出SVM得公式了. https://www.cnblogs.com/steven-yang/p/565836 ...

  8. 实现lodash.get功能

    function deepGet(object, path, defaultValue) { return (!Array.isArray(path) ? path.replace(/\[/g, '. ...

  9. Linux shell编程 -test

    test 命令的格式非常简单 test condition condition 是test命令要测试的一系列参数和值.当用在if-then 语句中时,test 命令看起来是这样的 if test co ...

  10. swust oj 1051

    输出利用先序遍历创建的二叉树中的指定结点的孩子结点 1000(ms) 10000(kb) 2432 / 5430 利用先序递归遍历算法创建二叉树并输出该二叉树中指定结点的儿子结点.约定二叉树结点数据为 ...