你的位置:首页 > 软件开发 > Java > javascript学习笔记1之document.write

javascript学习笔记1之document.write

发布时间:2015-09-24 14:00:04
1 <html "http://www.w3.org/1999/xhtml"> 2 <head> 3 <title></title> 4 <script type="text/javasc ...
javascript学习笔记1之document.writejavascript学习笔记1之document.write
 1 <html "http://www.w3.org/1999/xhtml"> 2 <head> 3   <title></title> 4   <script type="text/javascript"> 5     function ShowMessage() { 6       document.write("You are using JavaScript!"); 7     } 8   </script> 9 </head>10 <body onload="ShowMessage()">11   <h1>12     A first JavaScript example</h1>13 </body>14 </html>

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:javascript学习笔记1之document.write

关键词:JavaScript

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。