哦 看不明白 明白说问题

解决方案 »

  1.   


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
      <head>
             <title>HTML Template</title>
          <script language="javascript">
      function showmodal(fieldname) 

      alert(document.getElementById('ee').value);

        </script>
      </head><body onload="showmodal()">
    <form name="form1"> 
    <input type="hidden" id="ee" name="content" value='i&quot;m a dog'> </form>
    </body>
    </html>
    转义下