韩文字符不工作 simplexml_load_file
目前我正在使用
simplexml_load_file
加载 youtube rss feed我遇到的问题是,当我在 url 中使用韩语字符时,它不会返回任何内容。如果您在浏览器中输入 YouTube 网址,则效果很好,但如果您通过该函数运行它,则什么也没有。
则加载示例 url
http://gdata.youtube.com/feeds/api/videos?q=%EB%95%8C%EB%B6%80%ED%84%B0&orderby=viewCount&start-index=1&max-results=10
如果您将示例 url 放入浏览器中,
就可以了,但 simplexml_load_file 不会返回任何内容。谢谢
well currently I'm loading the youtube rss feed using
simplexml_load_file
The problem I've run into is that it's not returning anything when I use korean characters in the url. The youtube url works just fine if you type it in the browser, but if you run it through the function nothing.
and example url is
http://gdata.youtube.com/feeds/api/videos?q=%EB%95%8C%EB%B6%80%ED%84%B0&orderby=viewCount&start-index=1&max-results=10
loads just fine if you put it in your browser but simplexml_load_file returns nothing.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论