本文转自:https://www.sohu.com/a/229443257_338773

Nevertheless 以及 nonetheless 都可以表示转折。很多人很多课程也提到这两者基本上可以交替使用。但是,他们之间还是有不同之处。

首先,据语言学家考证,nevertheless 早在14世纪就出现了。而 nonetheless 出现在可考的文献中比前者晚了好几个世纪。然额,这点区别对于21世纪学英语的你并没有什么卵用,这里就是说来玩玩,有兴趣的孩纸可以去仔细考究。

词义差异

归根结底nevertheless 是有 never, the, 和 less三个词组合而成;与之相类似,nonetheless是由none,the 和less合成。所以我可以从never与none的词义差别来区分这两个词。

  • Never表示 ‘从来没有’ 或者 ‘永远不会’等意思,逻辑上与时间有关。所以,nevertheless更多用来讲跟之前所提到的信息的联系或者相关性。通俗地讲就是‘前面提到的信息不影响后面的事情或者动作’。 看例句: - It’s raining outside, but he’s still going jogging nevertheless. - There is little chance that we will succeed in changing the law. Nevertheless, it is important that we try. (本例句来自牛津词典)
  • None 本来指数量上的 ‘没有’。所以 nonetheless更多被用来讲可以被量化的情况,比如程度、态度等等。简单说就是,‘前面所提到的信息在量上不足以削弱后面的事情或者动作’。 - Shanghai is not as big as Beijing, but it’s still a big city nonetheless.(讲城市的大小,可量化) - The book is too long but, nonetheless, informative and entertaining. (讲这本书的 ‘知识性’和 ‘娱乐性’,也可以量化)

尽管现代英语中对两者确实不严格区分,但对自己语言要求比较高的孩纸们还是可以去钻研钻研的。

哎!

Nevertheless 和 Nonetheless,你用对了吗?的更多相关文章

  1. Sqlachemy的警告SAWarning: The IN-predicate on "sns_object.BIZ_ID" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate.

    我在使用db_session.query,查询的时候idlist是个空值时候,执行下面的语句就会出现警告.其中后面delete(synchronize_session=False)是删除前面的一堆查询 ...

  2. Chart: Who pays the most in Seattle for software engineers

    http://www.geekwire.com/2012/chart-pays-seattle-software-engineers/ Chart: Who pays the most in Seat ...

  3. 虚拟树Demos\Minimal 简单的例子

    //分析虚拟树demo6-VirtualTreeView\VirtualTreeViewV5.3.0\Demos\Minimal的main.pas文件 unit Main; // Demonstrat ...

  4. blade and soul races guide

    Race Four races are available for those who wish to choose the path of martial arts: the careful Gon ...

  5. blade and soul zone overview

    The world of Blade and Soul, is a vast extension of land containing two continents (the Southern Con ...

  6. [转帖]The Lambda Calculus for Absolute Dummies (like myself)

    Monday, May 7, 2012 The Lambda Calculus for Absolute Dummies (like myself)   If there is one highly ...

  7. 关于reset.css的疑问:为什么一定要重置浏览器样式?

    自开始做前端算起,我所做过的每一个项目中都会有一个reset.css,也就是重置样式表.我现在想想都不知道第一次是从哪儿弄来的一个重置样式表.快五年了,好像从来都没有质疑过关于重置样式表的内容. 这样 ...

  8. Eliot

    T.S. Eliot - Biographical Thomas Stearns Eliot (1888-1965) was born in St. Louis, Missouri, of an ol ...

  9. nutch-default.xml文件

    Nutch中的所有配置文件都放置在总目录下的conf子文件夹中,最基本的配置文件是conf/nutch-default.xml.这个文件中定义了 Nutch的所有必要设置以及一些默认值,它是不可以被修 ...

随机推荐

  1. 爬虫系列1:Requests+Xpath 爬取豆瓣电影TOP

    爬虫1:Requests+Xpath 爬取豆瓣电影TOP [抓取]:参考前文 爬虫系列1:https://www.cnblogs.com/yizhiamumu/p/9451093.html [分页]: ...

  2. PVID和VID彻底研究(上) ——PVID的作用及和VID的区别

    http://blog.csdn.net/cybertan/article/details/8348752 另外一篇 netgear的官方文档: http://club.netgear.cn/Know ...

  3. WPF 和 百度 eChart 交互

    https://blog.csdn.net/defrt4/article/details/52689052

  4. http中的filter拦截servlet之后获取body,字符流关闭,无法继续传入控制器

    https://blog.csdn.net/pyxly1314/article/details/51802652

  5. electron builder 打包错误 cannot unpack electron zip file 解决方案

    npm run buildwin > study01@1.0.0 buildwin F:\Nodejs\electron\Test\study01> electron-builder -- ...

  6. SAP Solution Manager 能够连接到 SAP Service Marketplace

    使用 在该步骤中,您要确保 SAP Solution Manager 能够连接到 SAP Service Marketplace. 作业 SAP Support Portal(SAPOSS)的 RFC ...

  7. PCIe传输速率和可用带宽(吞吐量)计算

      版权声明:本文为博主原创文章,若要转载请保留原文链接. https://blog.csdn.net/s_sunnyy/article/details/79027379 参考:https://bai ...

  8. ng 1.2 ng-bind-html 用法

    使用ng-bind-html渲染html字符串时需要在控制器外注册$sec 过滤器 //过滤器渲染html字符串 app.filter('to_trusted',['$sce',function($s ...

  9. Selenium分布式自动化测试平台 Standalone Server 4.0 搭建

    最新的selenium测试平台大概有这么几个组件 Selenium Standalone Server: 用来搭建远程测试平台以及分布式测试. Selenium WebDriver: 最基础的用来创建 ...

  10. vue组件is属性详解

    查看官网对is属性的讲解,请移步:vue.js 本文参考资料 在vue.js组件教程的一开始提及到了is特性 下面是官网对is属性使用的说明: 组件功能是vue项目的一大特色.组件可以扩展html元素 ...