wex5 的js调用webapi、 webservice等接口时,怎样解决调用时的json跨域问题

如题,请写详细
2025-02-14 03:53:41
推荐回答(1个)
回答1:

#include
using namespace std;

void printmessage ()
{
cout << "I'm a function!";
}

int main ()
{
printmessage ();
return 0;
} I'm a function!