已采納回答 / weixin_慕萊塢9211585
基本完成,不足之處大家指出<!DOCTYPE html><html>?<head>? <title> new document </title>??? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>? ?? <script type="text/javascript">???? ? ? window.onload = function()...
2019-09-25
已采納回答 / 叫我小生哥
你前面聲明了 “main”var main = document.body;你使用的時候還是“?body.appendChild(a);”改成?main.appendChild(a);
2019-09-23
已采納回答 / 陽火鍋
<...圖片...>把這個替換成<input type="button" value="continue" onclick="setInterval(clock,100);">
2019-09-22
已采納回答 / qq_南望_ejNX07
<input type='button' value=' = ' onclick="count()"/>? 首先這里的count函數的括號你沒寫其次var a=parseInt(document.write("txt1").value);? ?把所有的這種write改成getElementById,一共有四處,write是輸出,這里應該是獲取id名字
2019-09-14
已采納回答 / 慕妹9089555
?<body>? ? ?<form>? ? ? ?<input type='text' id='txt1' />?? ? ? ?<select id='select'>? ? <option value='+'>+</option>? ? <option value="-">-</option>? ? <option value="*">*</option>? ? <...
2019-09-14