Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/81.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 如何用瑞典语打开PayPal_Html_Paypal_Paypal Sandbox - Fatal编程技术网

Html 如何用瑞典语打开PayPal

Html 如何用瑞典语打开PayPal,html,paypal,paypal-sandbox,Html,Paypal,Paypal Sandbox,我想添加一个链接到我的网站,如果点击,贝宝网站将以瑞典语打开。通过这个链接,我正在使用这个代码 <a><input type="hidden" name="lc" value="SE"></a> 锚定标记包含所有必需的参数。但是这个代码不能正常工作。请帮我做这个为什么不使用: <a href="https://www.paypal.com/se">PayPal in Swedish</a> 没有强制使用特定语言的标志。PayPa

我想添加一个链接到我的网站,如果点击,贝宝网站将以瑞典语打开。通过这个链接,我正在使用这个代码

<a><input type="hidden" name="lc" value="SE"></a>

锚定标记包含所有必需的参数。但是这个代码不能正常工作。请帮我做这个

为什么不使用:

<a href="https://www.paypal.com/se">PayPal in Swedish</a>

没有强制使用特定语言的标志。PayPal考虑了PayPal cookie中存储的语言、买方帐户(如果登录)的语言、买方浏览器的语言等等

要为您的选择增加额外的权重,请添加:

此外,更改:

致:

先生。这就是我想说的。。首先,我使用沙盒。第二,我没有使用表单。我正在使用标签。。怎么办?你正在使用,所以你定义为使用。至于沙盒:如果你想使用一个,你可以用替换——但是,请记住这两种情况都是不安全的,并且可能会篡改支付金额。