Executing curl from Javascript?

后端 未结 3 1477
庸人自扰
庸人自扰 2020-12-29 06:03

Is there a way to execute curl from Javascript? Thanks.

3条回答
  •  星月不相逢
    2020-12-29 06:29

    It depends on what curl you are talking about. You are probably asking about cURL, but if you are asking about the Curl programming language, then the answer is yes. You can invoke Curl methods on an object in an embedded Curl subapplet using the applet_invoke method. There are examples of this in the subapplet examples that are included in the Curl Developer's Guide.

提交回复
热议问题