唔明呢2句野想点(新手学javascript)
时间:2014-05-02
来源:互联网
// myCountry and give it a string value.
请问各位大大佢想我做咩呢
试左好多次都唔得....
作者: z86566312 发布时间: 2014-05-02
//
var myCountry = "Hong Kong";
作者: city__hunter 发布时间: 2014-05-02
作者: z86566312 发布时间: 2014-05-02
作者: 烟民比食屎9更贱 发布时间: 2014-05-02
// myCountry and give it a string value.
var myCountry = 'Hong Kong';
// Use console.log to print out the length of the variable myCountry.
console.log( 'myCountry'.length );
// Use console.log to print out the first three letters of myCountry.
console.log( 'myCountry'.substring(0,3) );
请问边到错“?
作者: z86566312 发布时间: 2014-05-02
// myCountry and give it a string value.
var myCountry = 'Hong Kong';
// Use console.log to print out the length of the variable myCountry.
console.log( 'myCountry'.length );
// Use console.log to print out the first three letters of myCountry.
console.log( 'myCountry'.substring(0,3) );
请问边到错左”?
作者: z86566312 发布时间: 2014-05-02
作者: me888 发布时间: 2014-05-02
[ 本帖最后由 me888 於 2014-4-12 01:19 AM 使用 编辑 ]
作者: me888 发布时间: 2014-05-02
http://www.codecademy.com/
学习 javaScript 25/28
你试试.....
同埋我发现 起个个 webside 用 ' ' 同 “ ” 无分别....
作者: z86566312 发布时间: 2014-05-02

有人咁样学程式嘅咩?
作者: Susan﹏汪汪 发布时间: 2014-05-02
无办法啦,新手=,.="
作者: z86566312 发布时间: 2014-05-02
<head>
</head>
<body>
<script type="text/javascript">
// Declare a variable on line 3 called
// myCountry and give it a string value.
var myCountry = "Hong Kong";
// Use console.log to print out the length of the variable myCountry.
console.log( myCountry.length );
// Use console.log to print out the first three letters of myCountry.
console.log( myCountry.substring(0,3));
</script>
</body>
</html>
作者: me888 发布时间: 2014-05-02
- Google Chrome 要再按 F12
- Firefox 直接按 F12
即可.
如果唔想按 F12, 改 console.log 做 document.write 即可
[ 本帖最后由 me888 於 2014-4-12 08:25 AM 编辑 ]
作者: me888 发布时间: 2014-05-02
唔该哂~~~~
作者: z86566312 发布时间: 2014-05-02
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28