我尝试在我的Angular \ cordova应用上使用google reCaptcha,但是当它向recaptcha API发送请求时它会返回window.location.protocol
。我认为这是因为reCaptcha取自'file://'
的值,其中cordova是window.location.protocol
如何在我的cordova应用中使用谷歌reCaptcha?
有没有办法在窗口小部件向recaptcha API发送任何请求之前更改#include "Complejo.h"
#include <sstream>
Complejo::Complejo() {
// TODO Auto-generated constructor stub
real = 0;
imaginary = 0;
}
Complejo::Complejo(int a, int b){
real = a;
imaginary = b;
}
Complejo::~Complejo() {
// TODO Auto-generated destructor stub
}
std::string Complejo::mostrar()const{
std::stringstream s;
s << real << "+" << imaginary <<"i";
return s.str();
}
并在之后恢复它?