在最近的项目中,有一个需求是前端传给我一个脚本文件,然后我需要运行脚本文件后将结果进行返回,那接下来就让我们看看是怎么做的吧! public R runScripts(Integer id) {ScriptsInfo scriptsInfo this.baseMapper.selectById(id);…
1.引入glide
implementation com.github.bumptech.glide:glide:4.14.2
// Skip this if you dont want to use integration libraries or configure Glide.
annotationProcessor com.github.bumptech.glide:compiler:4.14.2 //Glide 注解处理器
2.AndroidManifest.xml 中添加…