摘要:利用javascript輸出一段話<script>var str="hello word";document.wirte(str);</script>
利用javascript輸出一段話
<script>
var str="hello word";
document.wirte(str);
</script>
批改老師:韋小寶批改時(shí)間:2019-03-12 15:51:31
老師總結(jié):不管是什么語(yǔ)言實(shí)現(xiàn)一個(gè)變量是非常簡(jiǎn)單的 但是一定要記住變量命名的規(guī)則