开发者

Access to a php WebService from a Google Chrome Extension

开发者 https://www.devze.com 2023-02-18 15:01 出处:网络
i\'m facing a big problem, I\'ve just made a personnal extension for chrome and i actually need to make it access to a webservice made in php to retrieve some information.

i'm facing a big problem,

I've just made a personnal extension for chrome and i actually need to make it access to a webservice made in php to retrieve some information.

The problem is that i have absolutely NO IDEA how to do 开发者_如何学Gothat...

Hope's somebody can help me.


The same way you would do any other request...

$.get("myFile.php", function(data){
alert(data);
});
0

精彩评论

暂无评论...
验证码 换一张
取 消