📅  最后修改于: 2022-03-11 15:03:59.643000             🧑  作者: Mango
fetch('https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js')
.then(response => response.text())
.then(text => eval(text))