我在Instagram即时文章中嵌入了Instagram。但是在点击instagram图像时,我会在嵌入内部的页面中登录。我希望它在Facebook外面在新窗口中打开。有人可以让我知道怎么做吗? 这是我的代码:
<figure class="op-interactive">
<iframe>
<blockquote class="instagram-media" data-instgrm-captioned>
<a href="https://www.instagram.com/p/shortcode/embed/captioned/" target="_blank"></a>
</blockquote>
<script src="https://platform.instagram.com/en_US/embeds.js"></script>
</iframe>
</figure>
答案 0 :(得分:0)
此代码对我有用。
for (i in 1:ncol(bnew1)){
x=t(bnew[,i])
CrossTable(x,y,prop.r=TRUE, prop.c=FALSE,
prop.t=FALSE, prop.chisq=FALSE, chisq = TRUE, fisher=TRUE)
}