我正在尝试从
中移除iframevar roomName = randomRoomNameGenerator();
var iframe = document.getElementById('appearin-room');
iframe.setAttribute('src', roomName);
此代码来自appear.in API。请参阅http://appearin.github.io/tutorial.html或 https://gist.github.com/tkbremnes/6b4e61ff6a79e6265a9a/raw/index.html
在我的网页中,我已将其嵌入HTML中。我需要的:当用户点击创建一个房间时,我希望shows.in/random-number直接加载到完整的窗口(不是全屏)。
非常感谢 拉杰什