Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个具有相同自动完成功能的 YouTube 视频搜索框。知道在哪里可以找到样本或文档吗?
谢谢
您可以使用以下 HTTP GET 查询获取自动完成搜索单词“obama”的 JSON:
http://suggestqueries.google.com/complete/search?hl=en&client=youtube&hjson=t&ds=yt&jsonp=window.yt.www.suggest.handleResponse&q=obama&cp=3
我已经使用 youtube 看到了这个调用,并使用 Firefox Live HTTP Headers 扩展观看了生成的 HTTP 查询。
我希望它有所帮助。
如果我这样写,我的 xampp 服务器 php 文件有问题,无法正常工作
<? echo " Not Work " ; ?>
工作
<?php echo " it's work " ; ?>
服务器不会读取第一个状态的内容,如何修复它以同