如何将我的 Javascript 发布到页面?
这个网站...
http://doctorjs.org/
说我必须将我的 javascript 发布到:
http://doctorjs.org/analyze
我到底该怎么做?
This website...
http://doctorjs.org/
Says I have to post my javascript to:
http://doctorjs.org/analyze
How on Earth do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
皮特,
看起来该页面需要一个发布请求。因此,您必须阅读页面上的说明(http://doctorjs.org/):)。它在页面中表示将其发布到此处:
直接引用:
只需发布到 http://doctorjs。 org/analyze ,其中 src 字段设置为您的源
代码,医生会给你一个JSON分析。 尝试一下!
http://doctorjs.org/try.html
哈哈 - 在 try.html 页面上进行“适当”的尝试。祝你好运
Pete,
It looks like that page expects a post request. therefore, you have to read the instructions on the page (http://doctorjs.org/) :). it says in the page to post it to here:
direct quote:
Just POST to http://doctorjs.org/analyze with the src field set to your source
code, and the doctor will give you an analysis in JSON. Try it out!
http://doctorjs.org/try.html
lol - give it a 'proper' try on the try.html page. good luck