当我点击我网页上的一个框时,会出现另一个框: this is my iframe。当我单击iframe并返回网页时,我希望我的iframe重新加载,所以下次我打开它时,它将从头开始。
js代码如下所示:
document.getElementById("videoframe").contentWindow.step1();
js代码引用的是step1,它是iframe中的动画
希望这是有意义的。
谢谢!
我正在实现一个条带演示,其中付款将被分成多个目的地(多个服务提供商).In,正如我所看到的,当我使用以下给定的数组进行多次付款时,它抛出了一个语法错误,当网页加载时。
//Create a Transfer to a connected account (later):
$transfer = \Stripe\Transfer::create([
'amount' => 7000,
'currency' => 'usd',
'destination' => 'HERE WILL BE STRI