使用 iframe 嵌入,不能全屏的问题解决方法 他大舅丶 2022-12-14 104 阅读1分钟 iframe 加个属性 allowfullscreen <iframe :src="url" frameborder="0" allowfullscreen></iframe>