尝试使用调试器解析时,我收到以下错误:
Error Parsing URL Error parsing input URL, no data was scraped.
网页的完整HTML代码为:
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# aform_garibaldi: http://ogp.me/ns/fb/aform_garibaldi#">
<meta property="fb:app_id" content="295505860505869" />
<meta property="og:type" content="aform_garibaldi:drumming_style" />
<meta property="og:url" content="http://www.appsformusicians.com" />
<meta property="og:title" content="Sample Drumming Style" />
<meta property="og:image" content="http://static.sqsp.com/static/4f666fb024ac1097e0151676/g/4f6d01ab24acad75aa703794/1332543916140/" />
</head>
<body>
Hello World.
</body>
</html>
答案 0 :(得分:0)
他们的调试工具有50%的时间。
如果您尝试通过粘贴地址栏中的直接网址来访问它,例如.../debug/?q=http://...
它会显示错误。
但如果你在此之后点击调试按钮就可以了。