Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一系列 youtube 视频 ID。我想使用 youtube API 创建一种连续播放播放列表。我怎样才能使用 PHP 做到这一点?
There's no reason to get PHP into the mix here. A standard YouTube HTML player embed with custom player parameters will let you do that.
Take a look at the documentation for the playlist and loop parameters.