在你html中增加<script> alert('hello world!');</script>就可以弹出来'hello world!'对话框。 你应该是初学者,自己多百度,多练习。我这边就不讲太多知识了。
在你html中增加
<script>
alert('hello world!');
</script>
就可以弹出来'hello world!'对话框。
你应该是初学者,自己多百度,多练习。我这边就不讲太多知识了。