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 自动播放添加到此嵌入式代码?
[embed=videolink]{"video":"http://www.youtube.com/watch?v=CDVQvme5tb0","width":"400","height":"225"}[/embed]
这应该有效:
[embed=videolink]{"video":"http://www.youtube.com/watch?v=CDVQvme5tb0&autoplay=1","width":"400","height":"225"}[/embed]
我在链接末尾添加了“&autoplay=1”。