使用document.write 取代 alert("");
<script> document.write("Hello JavaScript"); </script>