我正在以iframe的形式从视频共享网站拍摄视频。但我想阻止用户输入iframe.php。我该如何确保呢?
样品:
scrollToIndex = () => {
this.flatListRef.scrollToIndex({
animated: true,
index: Math.floor(this.state.scrollIndex / 2),
});
};
安全iframe:
<iframe width="100%" height="100%" src="https://www.canlitv.legal/kanallar.php?kanal=trt-1-izle&security=3c67b84d3db48f11fa52f330b6295b0f" frameborder="0" scrolling="no" allowfullscreen></iframe>