标签:code blog 函数 输入 text 获取 logs str 默认值
获取年数
var d = new Date(); var years = d.getFullYear();
输入窗口:
var text = prompt("请输入你的数字:", "123"); //“123”为默认值
JS函数
原文地址:http://www.cnblogs.com/bingxing/p/6786584.html