-
Notifications
You must be signed in to change notification settings - Fork 7
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
Labels
接口
接口请求相关
Comments
结果一<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
结果一
结果二(简版)
The text was updated successfully, but these errors were encountered: