当前位置: 移动技术网 > IT编程>开发语言>.net > 查询英语单词-有道非官方(二)

查询英语单词-有道非官方(二)

2018年11月24日  | 移动技术网IT编程  | 我要评论

中国最大毒枭赵本山,高官的暗夜新娘,tvs4节目表

有道翻译有官方接口,也有非官方接口。非官方接口相比官方接口,数据更详细、不用注册开发账号

有道非官方接口

何谓非官方接口,即不对外发布、小范围使用的接口。这种一般人都不知道的接口,官方不能保证数据的准确性

获取单词信息

api接口:http://dict.youdao.com/jsonapi

拼接参数:

  • jsonversion:json 版本,目前已知取值12,返回结果大同小异。本文档采用2
  • client:客户端类型,取值mobile
  • q:查询的单词
  • dicts:需要查询哪些字典(字典类型见下面)。目前已知可为空,为空则返回全部字段
  • keyfrommdict. + 版本号 + .手机平台。可为空
  • model:手机型号。可为空
  • mid:平台版本。可为空
  • imei:未知。可为空
  • vendor:应用下载平台。可为空
  • screen:屏幕宽高。可为空
  • ssid:用户名。可为空
  • network:网络状态,取值 wifi4g5g
  • abtest:ab测试。可为空
  • xmlversion:默认使用5.1

查询字典类型包含几十种:

 1 {
 2     "count": 99,
 3     "dicts": [
 4         [
 5             "ec",
 6             "ce",
 7             "newcj",
 8             "newjc",
 9             "kc",
10             "ck",
11             "fc",
12             "cf",
13             "multle",
14             "jtj",
15             "pic_dict",
16             "tc",
17             "ct",
18             "typos",
19             "special",
20             "tcb",
21             "baike",
22             "lang",
23             "simple",
24             "wordform",
25             "exam_dict",
26             "ctc",
27             "web_search",
28             "auth_sents_part",
29             "ec21",
30             "phrs",
31             "input",
32             "wikipedia_digest",
33             "ee",
34             "collins",
35             "ugc",
36             "media_sents_part",
37             "syno",
38             "rel_word",
39             "longman",
40             "ce_new",
41             "le",
42             "newcj_sents",
43             "blng_sents_part",
44             "hh"
45         ],
46         [
47             "ugc"
48         ],
49         [
50             "longman"
51         ],
52         [
53             "newjc"
54         ],
55         [
56             "newcj"
57         ],
58         [
59             "web_trans"
60         ],
61         [
62             "fanyi"
63         ]
64     ]
65 }
view code

案例:查询account单词

 

详细数据:

   1 {
   2     "auth_sents_part": {
   3         "more": "auth_sents",
   4         "sent": [
   5             {
   6                 "foreign": "this purchase will <b>account</b> for 39.5% of the outstanding shares of the brokerage following the issuance. ",
   7                 "score": 0.9831430912017822,
   8                 "source": "forbes: <i>jp morgan sweetens deal that is still sour for bear investors</i>",
   9                 "speech": "this+purchase+will+account+for+39.5%25+of+the+outstanding+shares+of+the+brokerage+following+the+issuance.+",
  10                 "speech-size": "30kb",
  11                 "url": "http://www.forbes.com/2008/03/24/bear-stearns-jpmorgan-markets-equity-cx_po_0324markets06.html"
  12             },
  13             {
  14                 "foreign": "spouse heirs, of course, can still claim the <b>account</b> as their own and name new heirs. ",
  15                 "score": 0.9831407070159912,
  16                 "source": "forbes: <i>ira tips and traps</i>",
  17                 "speech": "spouse+heirs%2c+of+course%2c+can+still+claim+the+account+as+their+own+and+name+new+heirs.+",
  18                 "speech-size": "25kb",
  19                 "url": "http://www.forbes.com/forbes/2001/0611/216.html"
  20             },
  21             {
  22                 "foreign": "best for having your frequent flier <b>account</b> balances within easy reach for spontaneous upgrades. ",
  23                 "score": 0.9831383228302002,
  24                 "source": "bbc: <i>five best air travel apps</i>",
  25                 "speech": "best+for+having+your+frequent+flier+account+balances+within+easy+reach+for+spontaneous+upgrades.+",
  26                 "speech-size": "28kb",
  27                 "url": "http://www.bbc.com/travel/story/20120619-five-best-air-travel-apps"
  28             }
  29         ],
  30         "sentence-count": 6
  31     },
  32     "blng_sents_part": {
  33         "more": "blng_sents",
  34         "sentence-count": 6,
  35         "sentence-pair": [
  36             {
  37                 "aligned-words": {
  38                     "src": {
  39                         "chars": [
  40                             {
  41                                 "@e": "4",
  42                                 "@id": "0",
  43                                 "@s": "1",
  44                                 "aligns": {
  45                                     "sc": [
  46                                         {
  47                                             "@id": "0"
  48                                         }
  49                                     ],
  50                                     "tc": [
  51                                         {
  52                                             "@id": "0"
  53                                         }
  54                                     ]
  55                                 }
  56                             },
  57                             {
  58                                 "@e": "12",
  59                                 "@id": "1",
  60                                 "@s": "5",
  61                                 "aligns": {
  62                                     "sc": [
  63                                         {
  64                                             "@id": "1"
  65                                         }
  66                                     ],
  67                                     "tc": [
  68                                         {
  69                                             "@id": "1"
  70                                         }
  71                                     ]
  72                                 },
  73                                 "q": [
  74                                     {
  75                                         "@e": "12",
  76                                         "@s": "5"
  77                                     }
  78                                 ]
  79                             },
  80                             {
  81                                 "@e": "32",
  82                                 "@id": "2",
  83                                 "@s": "13",
  84                                 "aligns": {
  85                                     "sc": [
  86                                         {
  87                                             "@id": "2"
  88                                         }
  89                                     ],
  90                                     "tc": [
  91                                         {
  92                                             "@id": "2"
  93                                         }
  94                                     ]
  95                                 }
  96                             }
  97                         ]
  98                     },
  99                     "tran": {
 100                         "chars": [
 101                             {
 102                                 "@e": "2",
 103                                 "@id": "0",
 104                                 "@s": "1",
 105                                 "aligns": {
 106                                     "sc": [
 107                                         {
 108                                             "@id": "0"
 109                                         }
 110                                     ],
 111                                     "tc": [
 112                                         {
 113                                             "@id": "0"
 114                                         }
 115                                     ]
 116                                 }
 117                             },
 118                             {
 119                                 "@e": "5",
 120                                 "@id": "1",
 121                                 "@s": "3",
 122                                 "aligns": {
 123                                     "sc": [
 124                                         {
 125                                             "@id": "1"
 126                                         }
 127                                     ],
 128                                     "tc": [
 129                                         {
 130                                             "@id": "1"
 131                                         }
 132                                     ]
 133                                 }
 134                             },
 135                             {
 136                                 "@e": "9",
 137                                 "@id": "2",
 138                                 "@s": "5",
 139                                 "aligns": {
 140                                     "sc": [
 141                                         {
 142                                             "@id": "2"
 143                                         }
 144                                     ],
 145                                     "tc": [
 146                                         {
 147                                             "@id": "2"
 148                                         }
 149                                     ]
 150                                 }
 151                             }
 152                         ]
 153                     }
 154                 },
 155                 "sentence": "his account contradicted itself.",
 156                 "sentence-eng": "his <b>account</b> contradicted itself.",
 157                 "sentence-speech": "his+account+contradicted+itself.&le=eng",
 158                 "sentence-translation": "他的解释自相矛盾。",
 159                 "source": "《21世纪大英汉词典》",
 160                 "speech-size": "9kb",
 161                 "url": "http://《21世纪大英汉词典》/"
 162             },
 163             {
 164                 "aligned-words": {
 165                     "src": {
 166                         "chars": [
 167                             {
 168                                 "@e": "6",
 169                                 "@id": "0",
 170                                 "@s": "1",
 171                                 "aligns": {
 172                                     "sc": [
 173                                         {
 174                                             "@id": "0"
 175                                         }
 176                                     ],
 177                                     "tc": [
 178                                         {
 179                                             "@id": "0"
 180                                         }
 181                                     ]
 182                                 }
 183                             },
 184                             {
 185                                 "@e": "14",
 186                                 "@id": "1",
 187                                 "@s": "7",
 188                                 "aligns": {
 189                                     "sc": [
 190                                         {
 191                                             "@id": "1"
 192                                         }
 193                                     ],
 194                                     "tc": [
 195                                         {
 196                                             "@id": "1"
 197                                         }
 198                                     ]
 199                                 }
 200                             },
 201                             {
 202                                 "@e": "23",
 203                                 "@id": "2",
 204                                 "@s": "15",
 205                                 "aligns": {
 206                                     "sc": [
 207                                         {
 208                                             "@id": "2"
 209                                         }
 210                                     ],
 211                                     "tc": [
 212                                         {
 213                                             "@id": "5"
 214                                         }
 215                                     ]
 216                                 }
 217                             },
 218                             {
 219                                 "@e": "28",
 220                                 "@id": "3",
 221                                 "@s": "24",
 222                                 "aligns": {
 223                                     "sc": [
 224                                         {
 225                                             "@id": "3"
 226                                         }
 227                                     ],
 228                                     "tc": [
 229                                         {
 230                                             "@id": "2"
 231                                         }
 232                                     ]
 233                                 }
 234                             },
 235                             {
 236                                 "@e": "32",
 237                                 "@id": "4",
 238                                 "@s": "29",
 239                                 "aligns": {
 240                                     "sc": [
 241                                         {
 242                                             "@id": "4"
 243                                         }
 244                                     ],
 245                                     "tc": [
 246                                         {
 247                                             "@id": "3"
 248                                         }
 249                                     ]
 250                                 }
 251                             },
 252                             {
 253                                 "@e": "40",
 254                                 "@id": "5",
 255                                 "@s": "33",
 256                                 "aligns": {
 257                                     "sc": [
 258                                         {
 259                                             "@id": "5"
 260                                         }
 261                                     ],
 262                                     "tc": [
 263                                         {
 264                                             "@id": "4"
 265                                         }
 266                                     ]
 267                                 },
 268                                 "q": [
 269                                     {
 270                                         "@e": "40",
 271                                         "@s": "33"
 272                                     }
 273                                 ]
 274                             }
 275                         ]
 276                     },
 277                     "tran": {
 278                         "chars": [
 279                             {
 280                                 "@e": "3",
 281                                 "@id": "0",
 282                                 "@s": "1",
 283                                 "aligns": {
 284                                     "sc": [
 285                                         {
 286                                             "@id": "0"
 287                                         }
 288                                     ],
 289                                     "tc": [
 290                                         {
 291                                             "@id": "0"
 292                                         }
 293                                     ]
 294                                 }
 295                             },
 296                             {
 297                                 "@e": "5",
 298                                 "@id": "1",
 299                                 "@s": "3",
 300                                 "aligns": {
 301                                     "sc": [
 302                                         {
 303                                             "@id": "1"
 304                                         }
 305                                     ],
 306                                     "tc": [
 307                                         {
 308                                             "@id": "1"
 309                                         }
 310                                     ]
 311                                 }
 312                             },
 313                             {
 314                                 "@e": "6",
 315                                 "@id": "2",
 316                                 "@s": "5",
 317                                 "aligns": {
 318                                     "sc": [
 319                                         {
 320                                             "@id": "3"
 321                                         }
 322                                     ],
 323                                     "tc": [
 324                                         {
 325                                             "@id": "2"
 326                                         }
 327                                     ]
 328                                 }
 329                             },
 330                             {
 331                                 "@e": "8",
 332                                 "@id": "3",
 333                                 "@s": "6",
 334                                 "aligns": {
 335                                     "sc": [
 336                                         {
 337                                             "@id": "4"
 338                                         }
 339                                     ],
 340                                     "tc": [
 341                                         {
 342                                             "@id": "3"
 343                                         }
 344                                     ]
 345                                 }
 346                             },
 347                             {
 348                                 "@e": "11",
 349                                 "@id": "4",
 350                                 "@s": "9",
 351                                 "aligns": {
 352                                     "sc": [
 353                                         {
 354                                             "@id": "5"
 355                                         }
 356                                     ],
 357                                     "tc": [
 358                                         {
 359                                             "@id": "4"
 360                                         }
 361                                     ]
 362                                 }
 363                             },
 364                             {
 365                                 "@e": "13",
 366                                 "@id": "5",
 367                                 "@s": "11",
 368                                 "aligns": {
 369                                     "sc": [
 370                                         {
 371                                             "@id": "2"
 372                                         }
 373                                     ],
 374                                     "tc": [
 375                                         {
 376                                             "@id": "5"
 377                                         }
 378                                     ]
 379                                 }
 380                             }
 381                         ]
 382                     }
 383                 },
 384                 "sentence": "these figures disagree with our account.",
 385                 "sentence-eng": "these figures disagree with our <b>account</b>.",
 386                 "sentence-speech": "these+figures+disagree+with+our+account.&le=eng",
 387                 "sentence-translation": "这些数字与我们的账单不符。",
 388                 "source": "《21世纪大英汉词典》",
 389                 "speech-size": "11kb",
 390                 "url": "http://《21世纪大英汉词典》/"
 391             },
 392             {
 393                 "aligned-words": {
 394                     "src": {
 395                         "chars": [
 396                             {
 397                                 "@e": "4",
 398                                 "@id": "0",
 399                                 "@s": "1",
 400                                 "aligns": {
 401                                     "sc": [
 402                                         {
 403                                             "@id": "0"
 404                                         }
 405                                     ],
 406                                     "tc": [
 407                                         {
 408                                             "@id": "0"
 409                                         },
 410                                         {
 411                                             "@id": "3"
 412                                         }
 413                                     ]
 414                                 }
 415                             },
 416                             {
 417                                 "@e": "9",
 418                                 "@id": "1",
 419                                 "@s": "5",
 420                                 "aligns": {
 421                                     "sc": [
 422                                         {
 423                                             "@id": "1"
 424                                         }
 425                                     ],
 426                                     "tc": [
 427                                         {
 428                                             "@id": "2"
 429                                         }
 430                                     ]
 431                                 }
 432                             },
 433                             {
 434                                 "@e": "17",
 435                                 "@id": "2",
 436                                 "@s": "10",
 437                                 "aligns": {
 438                                     "sc": [
 439                                         {
 440                                             "@id": "2"
 441                                         }
 442                                     ],
 443                                     "tc": [
 444                                         {
 445                                             "@id": "8"
 446                                         }
 447                                     ]
 448                                 },
 449                                 "q": [
 450                                     {
 451                                         "@e": "17",
 452                                         "@s": "10"
 453                                     }
 454                                 ]
 455                             },
 456                             {
 457                                 "@e": "20",
 458                                 "@id": "3",
 459                                 "@s": "18",
 460                                 "aligns": {
 461                                     "sc": [
 462                                         {
 463                                             "@id": "3"
 464                                         }
 465                                     ],
 466                                     "tc": [
 467                                         {
 468                                             "@id": "6"
 469                                         }
 470                                     ]
 471                                 }
 472                             },
 473                             {
 474                                 "@e": "27",
 475                                 "@id": "4",
 476                                 "@s": "21",
 477                                 "aligns": {
 478                                     "sc": [
 479                                         {
 480                                             "@id": "4"
 481                                         }
 482                                     ],
 483                                     "tc": [
 484                                         {
 485                                             "@id": "7"
 486                                         }
 487                                     ]
 488                                 }
 489                             },
 490                             {
 491                                 "@e": "46",
 492                                 "@id": "6",
 493                                 "@s": "42",
 494                                 "aligns": {
 495                                     "sc": [
 496                                         {
 497                                             "@id": "6"
 498                                         }
 499                                     ],
 500                                     "tc": [
 501                                         {
 502                                             "@id": "5"
 503                                         }
 504                                     ]
 505                                 }
 506                             }
 507                         ]
 508                     },
 509                     "tran": {
 510                         "chars": [
 511                             {
 512                                 "@e": "2",
 513                                 "@id": "0",
 514                                 "@s": "1",
 515                                 "aligns": {
 516                                     "sc": [
 517                                         {
 518                                             "@id": "0"
 519                                         }
 520                                     ],
 521                                     "tc": [
 522                                         {
 523                                             "@id": "0"
 524                                         },
 525                                         {
 526                                             "@id": "3"
 527                                         }
 528                                     ]
 529                                 }
 530                             },
 531                             {
 532                                 "@e": "4",
 533                                 "@id": "2",
 534                                 "@s": "2",
 535                                 "aligns": {
 536                                     "sc": [
 537                                         {
 538                                             "@id": "1"
 539                                         }
 540                                     ],
 541                                     "tc": [
 542                                         {
 543                                             "@id": "2"
 544                                         }
 545                                     ]
 546                                 }
 547                             },
 548                             {
 549                                 "@e": "6",
 550                                 "@id": "3",
 551                                 "@s": "5",
 552                                 "aligns": {
 553                                     "sc": [
 554                                         {
 555                                             "@id": "0"
 556                                         }
 557                                     ],
 558                                     "tc": [
 559                                         {
 560                                             "@id": "0"
 561                                         },
 562                                         {
 563                                             "@id": "3"
 564                                         }
 565                                     ]
 566                                 }
 567                             },
 568                             {
 569                                 "@e": "11",
 570                                 "@id": "5",
 571                                 "@s": "7",
 572                                 "aligns": {
 573                                     "sc": [
 574                                         {
 575                                             "@id": "6"
 576                                         }
 577                                     ],
 578                                     "tc": [
 579                                         {
 580                                             "@id": "5"
 581                                         }
 582                                     ]
 583                                 }
 584                             },
 585                             {
 586                                 "@e": "12",
 587                                 "@id": "6",
 588                                 "@s": "11",
 589                                 "aligns": {
 590                                     "sc": [
 591                                         {
 592                                             "@id": "3"
 593                                         }
 594                                     ],
 595                                     "tc": [
 596                                         {
 597                                             "@id": "6"
 598                                         }
 599                                     ]
 600                                 }
 601                             },
 602                             {
 603                                 "@e": "14",
 604                                 "@id": "7",
 605                                 "@s": "12",
 606                                 "aligns": {
 607                                     "sc": [
 608                                         {
 609                                             "@id": "4"
 610                                         }
 611                                     ],
 612                                     "tc": [
 613                                         {
 614                                             "@id": "7"
 615                                         }
 616                                     ]
 617                                 }
 618                             },
 619                             {
 620                                 "@e": "16",
 621                                 "@id": "8",
 622                                 "@s": "14",
 623                                 "aligns": {
 624                                     "sc": [
 625                                         {
 626                                             "@id": "2"
 627                                         }
 628                                     ],
 629                                     "tc": [
 630                                         {
 631                                             "@id": "8"
 632                                         }
 633                                     ]
 634                                 }
 635                             }
 636                         ]
 637                     }
 638                 },
 639                 "sentence": "you must account to father what you have done.",
 640                 "sentence-eng": "you must <b>account</b> to father what you have done.",
 641                 "sentence-speech": "you+must+account+to+father+what+you+have+done.&le=eng",
 642                 "sentence-translation": "你必须把你的所作所为对父亲解释清楚。",
 643                 "source": "《21世纪大英汉词典》",
 644                 "speech-size": "13kb",
 645                 "url": "http://《21世纪大英汉词典》/"
 646             }
 647         ]
 648     },
 649     "collins": {
 650         "collins_entries": [
 651             {
 652                 "basic_entries": {
 653                     "basic_entry": [
 654                         {
 655                             "cet": "cet4 tem4",
 656                             "headword": "account",
 657                             "wordforms": {
 658                                 "wordform": [
 659                                     {
 660                                         "word": "accounting"
 661                                     },
 662                                     {
 663                                         "word": "accounted"
 664                                     },
 665                                     {
 666                                         "word": "accounts"
 667                                     }
 668                                 ]
 669                             }
 670                         }
 671                     ]
 672                 },
 673                 "entries": {
 674                     "entry": [
 675                         {
 676                             "tran_entry": [
 677                                 {
 678                                     "exam_sents": {
 679                                         "sent": [
 680                                             {
 681                                                 "chn_sent": "有些银行使开一个账户困难重重。",
 682                                                 "eng_sent": "some banks make it difficult to open an account."
 683                                             }
 684                                         ]
 685                                     },
 686                                     "pos_entry": {
 687                                         "pos": "n-count",
 688                                         "pos_tips": "可数名词"
 689                                     },
 690                                     "tran": "if you have an <b>account</b> with a bank or a similar organization, you have an arrangement to leave your money there and take some out when you need it. 账户"
 691                                 }
 692                             ]
 693                         },
 694                         {
 695                             "tran_entry": [
 696                                 {
 697                                     "exam_sents": {
 698                                         "sent": [
 699                                             {
 700                                                 "chn_sent": "所有的三家网络代理公司都夸口说他们已赢得了大客户。",
 701                                                 "eng_sent": "all three internet agencies boast they've won major accounts."
 702                                             }
 703                                         ]
 704                                     },
 705                                     "pos_entry": {
 706                                         "pos": "n-count",
 707                                         "pos_tips": "可数名词"
 708                                     },
 709                                     "prof": "商业",
 710                                     "tran": "in business, a regular customer of a company can be referred to as an <b>account</b>, especially when the customer is another company. 客户"
 711                                 }
 712                             ]
 713                         },
 714                         {
 715                             "tran_entry": [
 716                                 {
 717                                     "exam_sents": {
 718                                         "sent": [
 719                                             {
 720                                                 "chn_sent": "他保存了详细的账目。",
 721                                                 "eng_sent": "he kept detailed accounts."
 722                                             }
 723                                         ]
 724                                     },
 725                                     "pos_entry": {
 726                                         "pos": "n-count",
 727                                         "pos_tips": "可数名词"
 728                                     },
 729                                     "prof": "商业",
 730                                     "tran": "<b>accounts</b> are detailed records of all the money that a person or business receives and spends. 账目"
 731                                 }
 732                             ]
 733                         },
 734                         {
 735                             "tran_entry": [
 736                                 {
 737                                     "exam_sents": {
 738                                         "sent": [
 739                                             {
 740                                                 "chn_sent": "他对那个决定命运的夜晚所发生的事情做了一个详细的报道。",
 741                                                 "eng_sent": "he gave a detailed account of what happened on the fateful night."
 742                                             }
 743                                         ]
 744                                     },
 745                                     "pos_entry": {
 746                                         "pos": "n-count",
 747                                         "pos_tips": "可数名词"
 748                                     },
 749                                     "tran": "an <b>account</b> is a written or spoken report of something that has happened. 报道"
 750                                 }
 751                             ]
 752                         },
 753                         {
 754                             "tran_entry": [
 755                                 {
 756                                     "seealsos": {
 757                                         "seealso": [
 758                                             {
 759                                                 "seeword": "accounting"
 760                                             },
 761                                             {
 762                                                 "seeword": "bank account"
 763                                             },
 764                                             {
 765                                                 "seeword": "checking account"
 766                                             },
 767                                             {
 768                                                 "seeword": "deposit account"
 769                                             }
 770                                         ],
 771                                         "seealso": "see also"
 772                                     }
 773                                 }
 774                             ]
 775                         },
 776                         {
 777                             "tran_entry": [
 778                                 {
 779                                     "exam_sents": {
 780                                         "sent": [
 781                                             {
 782                                                 "chn_sent": "据说,他是一名优秀的教师。",
 783                                                 "eng_sent": "he is, by all accounts, a superb teacher."
 784                                             }
 785                                         ]
 786                                     },
 787                                     "pos_entry": {
 788                                         "pos": "phrase",
 789                                         "pos_tips": "习语"
 790                                     },
 791                                     "tran": "if you say that something is true <b>by all accounts</b> or <b>from all accounts</b>, you believe it is true because other people say so. 据说"
 792                                 }
 793                             ]
 794                         },
 795                         {
 796                             "tran_entry": [
 797                                 {
 798                                     "exam_sents": {
 799                                         "sent": [
 800                                             {
 801                                                 "chn_sent": "这些无名的组织在国内或国际政治中都是无足轻重的。",
 802                                                 "eng_sent": "these obscure groups were of little account in either national or international politics."
 803                                             }
 804                                         ]
 805                                     },
 806                                     "pos_entry": {
 807                                         "pos": "phrase",
 808                                         "pos_tips": "习语"
 809                                     },
 810                                     "registr": "正式",
 811                                     "tran": "if you say that something is <b>of no account</b> or <b>of little account</b>, you mean that it is very unimportant and is not worth considering. 无足轻重的"
 812                                 }
 813                             ]
 814                         },
 815                         {
 816                             "tran_entry": [
 817                                 {
 818                                     "exam_sents": {
 819                                         "sent": [
 820                                             {
 821                                                 "chn_sent": "在对他的债务做最后的评估期间,他被命令先付这家公司50万美元。",
 822                                                 "eng_sent": "he was ordered to pay the company $500,000 on account pending a final assessment of his liability."
 823                                             }
 824                                         ]
 825                                     },
 826                                     "pos_entry": {
 827                                         "pos": "phrase",
 828                                         "pos_tips": "习语"
 829                                     },
 830                                     "tran": "if you buy or pay for something <b>on account</b>, you pay nothing or only part of the cost at first, and pay the rest later. 以赊账方式"
 831                                 }
 832                             ]
 833                         },
 834                         {
 835                             "tran_entry": [
 836                                 {
 837                                     "exam_sents": {
 838                                         "sent": [
 839                                             {
 840                                                 "chn_sent": "那位总统由于嗓子疼拒绝亲自发表演讲。",
 841                                                 "eng_sent": "the president declined to deliver the speech himself, on account of a sore throat."
 842                                             }
 843                                         ]
 844                                     },
 845                                     "pos_entry": {
 846                                         "pos": "phrase",
 847                                         "pos_tips": "习语"
 848                                     },
 849                                     "tran": "you use <b>on account of</b> to introduce the reason or explanation for something. 由于"
 850                                 }
 851                             ]
 852                         },
 853                         {
 854                             "tran_entry": [
 855                                 {
 856                                     "exam_sents": {
 857                                         "sent": [
 858                                             {
 859                                                 "chn_sent": "莫丽告诉了我她做过的事情,我真为她感到害怕。",
 860                                                 "eng_sent": "mollie told me what she'd done and i was really scared on her account."
 861                                             }
 862                                         ]
 863                                     },
 864                                     "pos_entry": {
 865                                         "pos": "phrase",
 866                                         "pos_tips": "习语"
 867                                     },
 868                                     "tran": "your feelings <b>on</b> someone's <b>account</b> are the feelings you have about what they have experienced or might experience, especially when you imagine yourself to be in their situation. 为 (某人的) 缘故 (而感到…)"
 869                                 }
 870                             ]
 871                         },
 872                         {
 873                             "tran_entry": [
 874                                 {
 875                                     "exam_sents": {
 876                                         "sent": [
 877                                             {
 878                                                 "chn_sent": "不要因为我而离开。",
 879                                                 "eng_sent": "don't leave on my account."
 880                                             }
 881                                         ]
 882                                     },
 883                                     "pos_entry": {
 884                                         "pos": "phrase",
 885                                         "pos_tips": "习语"
 886                                     },
 887                                     "registr": "口语",
 888                                     "tran": "if you tell someone not to do something <b>on</b> your <b>account</b>, you mean that they should do it only if they want to, and not because they think it will please you. (不) 为 (某人的) 缘故 (而做某事)"
 889                                 }
 890                             ]
 891                         },
 892                         {
 893                             "tran_entry": [
 894                                 {
 895                                     "box_extra": "强调",
 896                                     "exam_sents": {
 897                                         "sent": [
 898                                             {
 899                                                 "chn_sent": "这种混合物绝对不应当接近沸点。",
 900                                                 "eng_sent": "on no account should the mixture come near boiling."
 901                                             }
 902                                         ]
 903                                     },
 904                                     "pos_entry": {
 905                                         "pos": "phrase",
 906                                         "pos_tips": "习语"
 907                                     },
 908                                     "tran": "if you say that something should <b>on no account</b> be done, you are emphasizing that it should not be done under any circumstances. 绝对不"
 909                                 }
 910                             ]
 911                         },
 912                         {
 913                             "tran_entry": [
 914                                 {
 915                                     "exam_sents": {
 916                                         "sent": [
 917                                             {
 918                                                 "chn_sent": "我告诉他,如果他退出那么他要自负其则。",
 919                                                 "eng_sent": "i told him if he withdrew it was on his own account."
 920                                             }
 921                                         ]
 922                                     },
 923                                     "pos_entry": {
 924                                         "pos": "phrase",
 925                                         "pos_tips": "习语"
 926                                     },
 927                                     "tran": "if you do something <b>on</b> your <b>own account</b>, you do it because you want to and without being asked, and you take responsibility for your own action. 随 (某人) 自己"
 928                                 }
 929                             ]
 930                         },
 931                         {
 932                             "tran_entry": [
 933                                 {
 934                                     "exam_sents": {
 935                                         "sent": [
 936                                             {
 937                                                 "chn_sent": "该被告请求将21项相似的犯罪罪行考虑在内。",
 938                                                 "eng_sent": "the defendant asked for 21 similar offences to be taken into account."
 939                                             }
 940                                         ]
 941                                     },
 942                                     "pos_entry": {
 943                                         "pos": "phrase",
 944                                         "pos_tips": "习语"
 945                                     },
 946                                     "tran": "if you <b>take</b> something <b>into account</b>, or <b>take account of</b> something, you consider it when you are thinking about a situation or deciding what to do. 考虑到"
 947                                 }
 948                             ]
 949                         },
 950                         {
 951                             "tran_entry": [
 952                                 {
 953                                     "exam_sents": {
 954                                         "sent": [
 955                                             {
 956                                                 "chn_sent": "反复提供虚假情报的人应为其行为而受到追究。",
 957                                                 "eng_sent": "individuals who repeatedly provide false information should be called to account for their actions."
 958                                             }
 959                                         ]
 960                                     },
 961                                     "pos_entry": {
 962                                         "pos": "phrase",
 963                                         "pos_tips": "习语"
 964                                     },
 965                                     "tran": "if someone <b>is called, held,</b> or <b>brought to account</b> for something they have done wrong, they are made to explain why they did it, and are often criticized or punished for it. 追究"
 966                                 }
 967                             ]
 968                         },
 969                         {
 970                             "tran_entry": [
 971                                 {
 972                                     "exam_sents": {
 973                                         "sent": [
 974                                             {
 975                                                 "chn_sent": "我们曾经为缺乏准备所阻,但我肯定我们会表现很好的。",
 976                                                 "eng_sent": "we have been hindered by our lack of preparation, but i'm sure we will give a good account of ourselves."
 977                                             }
 978                                         ]
 979                                     },
 980                                     "loc": "英国英语",
 981                                     "pos_entry": {
 982                                         "pos": "phrase",
 983                                         "pos_tips": "习语"
 984                                     },
 985                                     "tran": "if you say that someone <b>gave a good account of</b> themselves in a particular situation, you mean that they performed well, although they may not have been completely successful. 表现很好"
 986                                 }
 987                             ]
 988                         }
 989                     ]
 990                 },
 991                 "headword": "account",
 992                 "phonetic": "əˈkaʊnt",
 993                 "star": "5"
 994             }
 995         ]
 996     },
 997     "ec": {
 998         "exam_type": [
 999             "toefl",
1000             "高中",
1001             "ielts",
1002             "cet6",
1003             "cet4",
1004             "商务英语",
1005             "考研"
1006         ],
1007         "source": {
1008             "name": "有道词典",
1009             "url": "http://dict.youdao.com"
1010         },
1011         "word": [
1012             {
1013                 "return-phrase": {
1014                     "l": {
1015                         "i": "account"
1016                     }
1017                 },
1018                 "trs": [
1019                     {
1020                         "tr": [
1021                             {
1022                                 "l": {
1023                                     "i": [
1024                                         "n. 账户;解释;账目,账单;理由;描述"
1025                                     ]
1026                                 }
1027                             }
1028                         ]
1029                     },
1030                     {
1031                         "tr": [
1032                             {
1033                                 "l": {
1034                                     "i": [
1035                                         "vi. 解释;导致;报账"
1036                                     ]
1037                                 }
1038                             }
1039                         ]
1040                     },
1041                     {
1042                         "tr": [
1043                             {
1044                                 "l": {
1045                                     "i": [
1046                                         "vt. 认为;把…视为"
1047                                     ]
1048                                 }
1049                             }
1050                         ]
1051                     }
1052                 ],
1053                 "ukphone": "ə'kaʊnt",
1054                 "ukspeech": "account&type=1",
1055                 "usphone": "ə'kaʊnt",
1056                 "usspeech": "account&type=2"
1057             }
1058         ]
1059     },
1060     "ee": {
1061         "source": {
1062             "name": "wordnet",
1063             "url": "http://wordnet.princeton.edu"
1064         },
1065         "word": {
1066             "phone": "",
1067             "return-phrase": {
1068                 "l": {
1069                     "i": "account"
1070                 }
1071             },
1072             "speech": "account",
1073             "trs": [
1074                 {
1075                     "pos": "n.",
1076                     "tr": [
1077                         {
1078                             "exam": {
1079                                 "i": {
1080                                     "f": {
1081                                         "l": [
1082                                             {
1083                                                 "i": "he asked to see the executive who handled his account"
1084                                             }
1085                                         ]
1086                                     }
1087                                 }
1088                             },
1089                             "l": {
1090                                 "i": "a formal contractual relationship established to provide for regular banking or brokerage or business services"
1091                             },
1092                             "similar-words": [
1093                                 {
1094                                     "similar": "business relationship"
1095                                 }
1096                             ]
1097                         },
1098                         {
1099                             "exam": {
1100                                 "i": {
1101                                     "f": {
1102                                         "l": [
1103                                             {
1104                                                 "i": "by all accounts they were a happy couple"
1105                                             }
1106                                         ]
1107                                     }
1108                                 }
1109                             },
1110                             "l": {
1111                                 "i": "the act of informing by verbal report"
1112                             },
1113                             "similar-words": [
1114                                 {
1115                                     "similar": "report"
1116                                 }
1117                             ]
1118                         },
1119                         {
1120                             "exam": {
1121                                 "i": {
1122                                     "f": {
1123                                         "l": [
1124                                             {
1125                                                 "i": "he gave an inaccurate accoun

                    

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网