问题描述
我使用 Get Cli 创建了一个带有 Get 架构的项目。它在 lib/app/routes 中创建一个名为 app_routes.dart 的文件。有两个抽象类 Routes 和 _Paths。这两个类有什么区别。
function loadSong(song) {
title.textContent = song.displayname;
artist.textContent = song.artist;
music.src = 'music/${song.name}.mp3'; //is not seeing the song.name
image.src = '/img/${song.name}.jpg'; // is not seeing the image too
}
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)