[2016-02-09][javascript][在网页上显示内容]
[2016-02-09][javascript][在网页上显示内容]
- 通过调用 document.write(string); 来表示内容
- string 为 html网页中的内容
- 如:123456
<script type="text/javascript">vartest = parseInt("as123");document.write(test);document.write("</br>");document.write(6666);</script>
浙公网安备 33010602011771号