We can print a variable in javascript by using the function document.write(). [code]<script> var x x = 30; document.write (x); //prints the value of x ...
確定! 回上一頁