First JavaScript Script By eyc

<html>
<body>

<script type="text/javascript">
document.write("Hello World!")
</script>

</body>
</html>

猜你喜欢

转载自jis117.iteye.com/blog/2280931