Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

同一个查询请求,出现两种结果,什么情况? #21

Open
g8up opened this issue Sep 27, 2018 · 1 comment
Open

同一个查询请求,出现两种结果,什么情况? #21

g8up opened this issue Sep 27, 2018 · 1 comment
Labels
接口 接口请求相关

Comments

@g8up
Copy link
Owner

g8up commented Sep 27, 2018

http://dict.youdao.com/fsearch?q=addresses&le=eng&client=deskdict&keyfrom=chrome.extension&xmlVersion=3.2&dogVersion=1.0&ue=utf8&doctype=xml&pos=-1&vendor=g8up&appVer=3.1.17.4208

结果一
<?xml version="1.0" encoding="UTF-8"?>
<yodaodict>
  <return-phrase>
    <![CDATA[addresses]]>
  </return-phrase>
  <lang>eng</lang>

  <dictcn-speach>
    <![CDATA[addresses&type=1]]>
  </dictcn-speach>
  <speech>
    <![CDATA[addresses&type=1]]>
  </speech>
  <uk-speech>
    <![CDATA[addresses&type=1]]>
  </uk-speech>
  <us-speech>
    <![CDATA[addresses&type=2]]>
  </us-speech>
  <custom-translation>
    <type>ec</type>
    <translation>
      <content>
        <![CDATA[n. [计] 地址(address的复数形式)]]>
      </content>
    </translation>
    <translation>
      <content>
        <![CDATA[v. 对…发表演说(address的第三人称单数形式)]]>
      </content>
    </translation>
  </custom-translation>
  <yodao-web-dict>
    <web-translation same="true">
      <key>
        <![CDATA[addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[地址]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[收信人]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[演讲]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Correct Addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[规范写法]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[subnet addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[子网地址]]>
        </value>
      </trans>
    </web-translation>
  </yodao-web-dict>

  <sexp>0</sexp>

</yodaodict>
结果二(简版)
<?xml version="1.0" encoding="UTF-8"?>
<yodaodict>
  <return-phrase>
    <![CDATA[addresses]]>
  </return-phrase>
  <lang>eng</lang>
  <yodao-web-dict>
    <web-translation same="true">
      <key>
        <![CDATA[addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[地址]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[收信人]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[演讲]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Correct Addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[规范写法]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[subnet addresses]]>
      </key>
      <trans>
        <value>
          <![CDATA[子网地址]]>
        </value>
      </trans>
    </web-translation>
  </yodao-web-dict>

  <sexp>0</sexp>

</yodaodict>
@g8up
Copy link
Owner Author

g8up commented Oct 12, 2018

https://dict.youdao.com/fsearch?q=Parse&le=eng&client=deskdict&keyfrom=chrome.extension&xmlVersion=3.2&dogVersion=1.0&ue=utf8&doctype=xml&pos=-1&vendor=getcrx.cn&appVer=3.1.17.4208

结果一
<?xml version="1.0" encoding="UTF-8"?>
<yodaodict>
  <return-phrase>
    <![CDATA[parse]]>
  </return-phrase>
  <lang>eng</lang>

  <dictcn-speach>
    <![CDATA[parse&type=1]]>
  </dictcn-speach>
  <speech>
    <![CDATA[parse&type=1]]>
  </speech>
  <uk-speech>
    <![CDATA[parse&type=1]]>
  </uk-speech>
  <us-speech>
    <![CDATA[parse&type=2]]>
  </us-speech>
  <phonetic-symbol>pɑːz</phonetic-symbol>
  <uk-phonetic-symbol>pɑːz</uk-phonetic-symbol>
  <us-phonetic-symbol>pɑrs</us-phonetic-symbol>
  <custom-translation>
    <type>ec</type>
    <translation>
      <content>
        <![CDATA[n. 从语法上分析;分列]]>
      </content>
    </translation>
    <translation>
      <content>
        <![CDATA[vt. 解析;从语法上分析]]>
      </content>
    </translation>
    <translation>
      <content>
        <![CDATA[vi. 理解;从语法上分析]]>
      </content>
    </translation>
  </custom-translation>
  <yodao-web-dict>
    <web-translation same="true">
      <key>
        <![CDATA[parse]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[分析]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[语法分析]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Parse ]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Parse Error]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析错误]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[语法错误]]>
        </value>
      </trans>
    </web-translation>
  </yodao-web-dict>

  <sexp>0</sexp>

</yodaodict>
结果二(简略)
<?xml version="1.0" encoding="UTF-8"?>
<yodaodict>
  <return-phrase>
    <![CDATA[parse]]>
  </return-phrase>
  <lang>eng</lang>
  <yodao-web-dict>
    <web-translation same="true">
      <key>
        <![CDATA[parse]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[分析]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[语法分析]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Parse ]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析]]>
        </value>
      </trans>
    </web-translation>
    <web-translation>
      <key>
        <![CDATA[Parse Error]]>
      </key>
      <trans>
        <value>
          <![CDATA[解析错误]]>
        </value>
      </trans>
      <trans>
        <value>
          <![CDATA[语法错误]]>
        </value>
      </trans>
    </web-translation>
  </yodao-web-dict>

  <sexp>0</sexp>

</yodaodict>

@g8up g8up added the 接口 接口请求相关 label Aug 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
接口 接口请求相关
Projects
None yet
Development

No branches or pull requests

1 participant