全屏显示 target 目标元素
target (Element): 目标元素。默认为 document.body。
document.body
$t.toFullScreen() // 全屏显示当前页面 $t.toFullScreen(document.getElementById('box')) // 全屏显示 id="box" 的元素