Chapter 4 Invitations——22
"Are you going all by yourself?" he asked, and I couldn't tell if he was suspicious I had a secret boyfriend or just worried about car trouble.
“你是准备一个人去吗?”他问道,我不能确定他是怀疑我有一个秘密的男友还是只是担心车子的问题。
"Yes."
“是的”
"Seattle is a big city — you could get lost," he fretted.
“Seattle是一个大城市——你可能会迷路,”他担心道。
"Dad, Phoenix is five times the size of Seattle — and I can read a map, don't worry about it."
“爸,Phoenix是Seattle五倍那么大——并且我可以看地图,别担心”
"Do you want me to come with you?"
“你想让我陪你去吗?”
I tried to be crafty as I hid my horror.
我尝试狡猾的隐藏我的恐惧
"That's all right, Dad, I'll probably just be in dressing rooms all day — very boring."
“当然,爸,我可能只是在卖衣服的店里一整天——很无聊的。”
"Oh, okay." The thought of sitting in women's clothing stores for any period of time immediately put him off.
“哦,好吧。”坐在卖女装的商店里一段时间的想让让他立刻退缩了。
"Thanks." I smiled at him.
“谢谢”我笑着对他说。
"Will you be back in time for the dance?"
“你将会准时回来参加舞会吗?”
Grrr. Only in a town this small would a father know when the high school dances were.
emmm。只有在这样小的城镇里一个父亲才会知道高校什么时候会有舞会。
"No — I don't dance, Dad." He, of all people, should understand that — I didn't get my balance problems from my mother.
“不——我不会跳舞,爸。”他应该比其他所有人都明白一件事——我没有从我妈妈那里遗传平衡问题。
He did understand. "Oh, that's right," he realized.
他明白了。“哦,那好吧,”他也意识到了什么。
Chapter 4 Invitations——22的更多相关文章
- 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——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. 我也会让他一个人的. ...
- Chapter 4 Invitations——19
After I hung up, I tried to concentrate on dinner — dicing the chicken especially; I didn't want to ...
随机推荐
- java自动化-实际使用junit的演示
本文简单介绍一下我写的http接口后端框架 在经过之前多篇博客介绍之后,读者应掌握如下技能 1,自动运行一个或者多个junit框架编写的java代码 2,对数据驱动以及关键字驱动有一定的了解和认识,甚 ...
- 阿里云消息队列(MQ)服务
A.首先在阿里云上申请消息队列MQ服务: B.然后创建一个Topic(主题,一级主题):然后创建生产者与消费者: C.不过此时还没有结束 ,还需要创建一个AccessKey和AccessSecret( ...
- 201771010118 马昕璐 《面向对象程序设计(java)》第十三周学习总结
第一部分:理论知识学习部分 事件处理基础 1.事件源(event source):能够产生事件的对象都可以成为事件源.一个事件源是一个能够注册监听器并向监听器发送事件对象的对象. 2.事件监听器(ev ...
- unittest中忽略某些测试用例的执行
添加装饰器(@unittest.skip("")) from init import * import unittest class baidu(Info): @unittest. ...
- Java安装以及环境变量配置
1. 2. 3. 4. 5. class HelloWorld{ public static void main(String args[]){ System.out.print("Hell ...
- Python学习:类和实例
Python学习:类和实例 本文作者: 玄魂工作室--热热的蚂蚁 类,在学习面向对象我们可以把类当成一种规范,这个思想就我个人的体会,感觉很重要,除了封装的功能外,类作为一种规范,我们自己可以定制的规 ...
- 在React Native中,使用fetch网络请求 实现get 和 post
//在React Native中,使用fetch实现网络请求 /* fetch 是一个封装程度更高的网络API, 使用了Promise * Promise 是异步编程的一种解决方案 * Promise ...
- 分布式服务框架介绍:最成熟的开源NIO框架Netty
尽管JDK提供了丰富的NIO类库,网上也有很多NIO学习例程,但是直接使用Java NIO类库想要开发出稳定可靠的通信框架却并非易事,原因如下: 1)NIO的类库和API繁杂,使用麻烦,你需要熟练掌握 ...
- Eclipse显示行号
Windows->preference->General->Editors->Text Editors->Show line numbers
- [Swift]LeetCode126. 单词接龙 II | Word Ladder II
Given two words (beginWord and endWord), and a dictionary's word list, find all shortest transformat ...