摘要:
1.截取 (1)Substring(start,end) 表示从start到end之间的字符串,包括start位置的字符但是不包括end位置的字符。 // 函数:substring() ; // 定义:substring(start,end)表示从start到end之间的字符串,包括start位置的 阅读全文
摘要:
Date() 返回当前日期,格式-中国标准时间 new Date() 返回当前日期,格式-中国标准时间 new Date(time) 格式化time为中国标准时间 time.getDate() 获取时间对象的日份 time.getDay() 获取时间对象的星期 time.getFullYear() 阅读全文
摘要:
test 点击复制 copy 阅读全文
摘要:
index.html main.js App.vue 用模板<App></App>代表挂载元素的内容后,app.vue组件以及其自组件中的内容就渲染在了index.html中 阅读全文