117.info
人生若只如初见

objection的用法有哪些

  1. 提出异议:She objected to the proposed plan.(她对提议的计划提出异议。)

  2. 反对:He objected strongly to the new policy.(他强烈反对这项新政策。)

  3. 反对某人做某事:I object to him smoking in the office.(我反对他在办公室吸烟。)

  4. 不同意:The judge sustained the objection.(法官支持了异议。)

  5. 有异议地说:“Objection!” shouted the lawyer.(“有异议!”律师大声喊道。)

  6. 提出反驳:He objected to the accusation and defended himself.(他反驳了指控并进行自我辩护。)

  7. 指出不符合规定:The inspector objected to the building’s code violations.(检查员指出了这栋建筑违反了规定。)

  8. 表示厌恶:I object to his offensive language.(我对他的冒犯言辞感到厌恶。)

未经允许不得转载 » 本文链接:https://www.117.info/ask/fe2beAzsLBgVfA1U.html

推荐文章

  • redis如何获取string

    要获取redis中的string值,可以使用Redis的GET命令。具体的步骤如下: 首先,连接到Redis服务器。可以使用Redis客户端库(如python的redis库)或者使用redis-cli...

  • redis动态增加节点的方法是什么

    Redis动态增加节点的方法有两种,分别是使用Redis Sentinel和使用Redis Cluster。 使用Redis Sentinel: Redis Sentinel是Redis的高可用解决方案,它可以自动监控...

  • android中intent怎么使用

    在Android中,Intent是用于在不同组件(Activity、Service、BroadcastReceiver)之间传递数据和启动组件的一种机制。Intent可以用于启动Activity,启动Service,...

  • jstorm的用法有哪些

    JStorm是一个开源的实时流式计算系统,主要用于处理大规模数据流。它类似于Apache Storm,但具有更高的性能和可伸缩性。
    以下是JStorm的主要用法: 流式计算...