Files
pqAutomationApp/docs/UCD-API文档/UniTAP.html
2026-05-13 17:18:50 +08:00

15 lines
227 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<script>
function myFunction()
{
window.location.href = './content/index.html';
}
myFunction();
window.open('file.extension');
</script>
</body>
</html>