javascript的案例

原创2019-03-12 15:26:23108
摘要:利用javascript输出一段话<script>var str="hello word";document.wirte(str);</script>

利用javascript输出一段话

<script>

var str="hello word";

document.wirte(str);

</script>

批改老师:韦小宝批改时间:2019-03-12 15:51:31
老师总结:不管是什么语言实现一个变量是非常简单的 但是一定要记住变量命名的规则

发布手记

热门词条