Files
pqAutomationApp/docs/UCD-API文档/UniTAP.html

15 lines
227 B
HTML
Raw Normal View History

2026-05-13 17:18:50 +08:00
<!DOCTYPE HTML>
<html>
<body>
<script>
function myFunction()
{
window.location.href = './content/index.html';
}
myFunction();
window.open('file.extension');
</script>
</body>
</html>