用javascript写一个计算10的n次方的程序怎么写<script language="javascript">i=prompt("输入一个数字",0)document.write (Math.pow(10,i))<2023-04-18JavaScript270