使用JSON HTML从Yahoo API中获取新闻
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用JSON HTML从Yahoo API中获取新闻相关的知识,希望对你有一定的参考价值。
The simple form that calls the searchYahoo function.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <!-- CSS Links --> <link rel="stylesheet" href="css/ajax.css" type="text/css" media="screen" /> <!-- Scripts Here --> </head> <body> <form onsubmit="searchYahoo(this.query.value); return false" action=""> <fieldset> <input type="text" name="query" id="query" /> <input type="submit" value="Search" /> </fieldset> </form> </body> </html>
以上是关于使用JSON HTML从Yahoo API中获取新闻的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 Yahoo Weather API 从 IP 地址获取客户端天气
由于跨域功能,无法从我的网站的 yahoo Finance api 获取结果