"Kryptonite doesn't bother me, either," he chuckled.
“氪星石也不会影响我,” 他笑着说道。

"You're not supposed to laugh, remember?"
“你不应该笑的,记得吗?”

He struggled to compose his face.
他尽力去控制他的脸。

"I'll figure it out eventually," I warned him.
“我最后会猜到的,” 我警告他。

"I wish you wouldn't try." He was serious again.
“我希望你不要尝试了。” 他又一次严厉的说道。

"Because… ?"
“因为。。。?”

"What if I'm not a superhero? What if I'm the bad guy?" He smiled playfully, but his eyes were impenetrable.
“如果我不是一个英雄,或者我是一个坏人呢?” 他开玩笑的笑道,但是他的眼睛还是令人费解的。

"Oh," I said, as several things he'd hinted fell suddenly into place. "I see."
“哦,” 我说,好像暗示很多事情都能理解了,“我明白了”

"Do you?" His face was abruptly severe, as if he were afraid that he'd accidentally said too much.
“你明白了?” 他的脸突然严肃了,就好像他害怕他自己说的太多了。

"You're dangerous?" I guessed, my pulse quickening as I intuitively realized the truth of my own words. He was dangerous. He'd been trying to tell me that all along.
“你很危险吗?” 我猜测着说,我直觉的意识到我说出了真相,我的心跳边快了。他很危险。他始终想要告诉我这件事。

He just looked at me, eyes full of some emotion I couldn't comprehend.
他就只是看着我,眼睛透露着我不能理解的感情。

"But not bad," I whispered, shaking my head. "No, I don't believe that you're bad."
“但是,你不坏,” 我低语道,摇着头。“至少,我并不相信你是个坏人。”

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

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

随机推荐

  1. tf.contrib.slim arg_scope

    缘由 最近一直在看深度学习的代码,又一次看到了slim.arg_scope()的嵌套使用,具体代码如下: with slim.arg_scope( [slim.conv2d, slim.separab ...

  2. 登录RabbitMQ的方法

    一:(运行RabbitMQ之前需要先打开docker 容器)打开相应的路径,在windows Powershell 管理员下打开 输入:docker-compose -f .\docker-compo ...

  3. App间相互跳转及图片分享

    A-app: Info--URL Types--URL Schemes:A-app(一个标识,允许别的app调用本App) info.plist 添加白名单: LSApplicationQueries ...

  4. 小米 OJ 编程比赛 01 月常规赛_灯_找规律

     灯 序号:#125难度:有挑战时间限制:1000ms内存限制:32M 描述 一个屋子有 n 个开关控制着 n 盏灯,但奇怪的是,每个开关对应的不是一盏灯,而是 n-1 盏灯,每次按下这个开关,其对应 ...

  5. 微信测试号开发入门配置问题java

    这个测试号配置弄了好几天了,入了无数坑,终于解决了...辛苦我了,手动安慰一下自己.. 为了萌新们以后不要再浪费时间绕半天做无用功.看看楼楼的艰苦历程吧. 此教程针对没有云服务器,没有自己的域名的.没 ...

  6. HBuilder git合作-代码同步

    1. 以下场景的操作都是同样的,包括:新建了文件.删除了文件.独占式修改文件(即不存在多人同时修改一个文件的情况) 提交 项目修改完成后,选中项目,右键Team->Commit 一般是选择Com ...

  7. Puppeteer: 更友好的 Headless Chrome Node API

    很早很早之前,前端就有了对 headless 浏览器的需求,最多的应用场景有两个 UI 自动化测试:摆脱手工浏览点击页面确认功能模式 爬虫:解决页面内容异步加载等问题 也就有了很多杰出的实现,前端经常 ...

  8. 清除SqlServer日志

    --在SQL2008中清除日志就必须在简单模式下进行,等清除动作完毕再调回到完全模式. USE [master]GO --GPSLocus是要清除日志的数据库名称ALTER DATABASE [DbN ...

  9. Java中的锁——Lock和synchronized

    上一篇Java中的队列同步器AQS 一.Lock接口 1.Lock接口和synchronized内置锁 a)synchronized:Java提供的内置锁机制,Java中的每个对象都可以用作一个实现同 ...

  10. 【RL-TCPnet网络教程】第29章 NTP网络时间协议基础知识

    第29章      NTP网络时间协议基础知识 本章节为大家讲解NTP (Network Time Protocol,网络时间协议)和SNTP(简单网络时间协议,Simple Network Time ...