码迷,mamicode.com
首页 > 编程语言 > 详细

给出一个javascript的Helloworld例子

时间:2019-09-29 20:08:07      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:Edito   for   lan   https   notepad   ons   txt   text   des   

1.基础知识:
1)Helloworld:

例 1.1
<html>
<head>
<如果你用notepad建立一个txt之后你再改为html,一定在存时,要存成utf-8或unicode格式,或者你也可以用 myeclipse html designer,这样你看的文本是有颜色的,如果觉得字体小,可以在myeclipse html designer下面的窗口里右击鼠标,/preferences/general/editor/text editor.注意在texteditor窗口里面的右边最下面,有一行不起眼你的小字,color and font,你可以设置。-->
</head>
<script type="text/javascript">
var a ;
/*before you set value, a‘ type can not be defined.*/
document.writeln(typeof(a) + "<br>他们");
a = true;
document.writeln(typeof(a) + "<br>");
/*下面的console.log只有安装了firebug的firebox不报错*/
console.log("This is the 1 message 马克-to-win write in %s", a);
document.writeln(a);
</script>我们

文章转载自原文:https://blog.csdn.net/qq_44594249/article/details/97655818

给出一个javascript的Helloworld例子

标签:Edito   for   lan   https   notepad   ons   txt   text   des   

原文地址:https://www.cnblogs.com/renzhe111/p/11609423.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!