簡介
比賽名稱:
Dotcpp編程2021年八月月賽
比賽類型:
公開(所有人可參加)
比賽狀態(tài):
已結(jié)束
比賽時(shí)間:
開始于 2021-08-28 19:20:00,至 2021-08-28 22:20:00結(jié)束。
公告
function setIframeHeight(iframe){if(iframe){iframe.height=iframe.contentWindow.document.getElementsByTagName("html")[0].offsetHeight}};$(document).ready(function(){$(window).resize(function(){setIframeHeight(document.getElementById("iframe0"))})});