用于执行javascript的YQL开放表模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了用于执行javascript的YQL开放表模板相关的知识,希望对你有一定的参考价值。

  1. <table xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
  2. <meta>
  3. <author>arcturus@ardeenelinfierno.com</author>
  4. <description>YQL execute template</description>
  5. <documentationURL></documentationURL>
  6. <sampleQuery>select * from {table}</sampleQuery>
  7. </meta>
  8. <bindings>
  9. <select itemPath="" produces="XML">
  10. <urls>
  11. <url/>
  12. </urls>
  13. <inputs>
  14. </inputs>
  15. <execute><![CDATA[
  16. response.object = <hello><world/></hello>;
  17. ]]></execute>
  18. </select>
  19. </bindings>
  20. </table>

以上是关于用于执行javascript的YQL开放表模板的主要内容,如果未能解决你的问题,请参考以下文章

第四章:jianja2模板用法

从雅虎财经获取数据[关闭]

JavaScript 运算符

JavaScript 语句

对 Django 数据库值执行计算:views.py、模板还是 Javascript?

1.javascript篇(基础)