import 'package:just_audio/just_audio.dart'; final player = AudioPlayer(); // Create a player final duration = await player.setUrl( // Load a URL ...
確定! 回上一頁