简体   繁体   English

如何将我的Javascript发布到页面上?

[英]How do I post my Javascript to a page?

This website... 这个网站...

http://doctorjs.org/

Says I have to post my javascript to: 说我必须将我的JavaScript发布到:

http://doctorjs.org/analyze

How on Earth do I do that? 在地球上我该怎么做?

Pete, 皮特

It looks like that page expects a post request. 该页面似乎需要发布请求。 therefore, you have to read the instructions on the page (http://doctorjs.org/) :). 因此,您必须阅读页面(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. 只需将src字段设置为您的源代码即可发布到http://doctorjs.org/analyze ,医生将为您提供JSON分析。 Try it out ! 试试看

http://doctorjs.org/try.html http://doctorjs.org/try.html

lol - give it a 'proper' try on the try.html page. 大声笑-在try.html页面上给它“适当”的尝试。 good luck 祝好运

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM