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.
我在我的 grails 应用程序中使用 jwplayer。我想生成 iframe 嵌入代码,以便我可以在我的其他网站中使用它并播放。如何从 jwplayer 生成 iframe 嵌入代码?我可以有需要生成的确切代码吗?任何帮助都会很好。
感谢 89 神经元
如果 jwplayer 在您的 grails 应用程序中运行,则 iframe 不会影响其活动。
就像是
<iframe src="http://www.yourgrails.com"/>
在您的参考页面中就足够了
arg = urllib2.urlopen(argv[1]).read() soup = BeautifulSoup(arg) a_tags = soup.find_all('a') #so this stores a list with all the <a href="" /a> tags
我只需要那些不链接到同一页面的人(