VBScript document.write

<html>
<body>

<script type="text/vbscript">
document.write("This is my first VBScript!")
</script>

</body>
</html>

猜你喜欢

转载自www.cnblogs.com/q2263046717/p/11211424.html