隐藏脚本代码
浏览器不支持的时候显示
链接外部脚本文件
注释脚本
// This is a comment
document.write(“Hello”); // This is a comment
/*
All of this
is a comment
*/
输出到浏览器
document.write(“输出内容”);
定义变量
var myVariable = “some value”;
字符串相加
var myString = “String1” + “String2”;
字符串搜索
字符串替换
thisVar.replace(“Monday”,”Friday”);
当前1/3页123下一页阅读全文