javascript中如何使用document.write输出内容

2024-10-12 23:13:28

1、第一步,新建html文件,在html中使用<script>标签插入javascript,在<script>标签中间输入javascript代码。

javascript中如何使用document.write输出内容

3、document.write() 方法使用方式:第一种,输出内容用“”括起,直接输出“”号内的内容。

javascript中如何使用document.write输出内容

5、document.write() 方法使用方式:第三种,输出多项内容,内容之间用+号连接。

javascript中如何使用document.write输出内容
猜你喜欢