JS时间字符串转时间戳

function (time) { time = time.replace(/-/g, '/') return Date.parse(time) }

【JS时间字符串转时间戳】

    推荐阅读