标签: html iframe
我有一个指向不同URL的iframe,下面的代码可以在localhost上正常工作,但是当我将其发布到服务器(Google云VM)时,它不会显示内容。
<iframe src="http://becomea3dcoach.com/lesson_1/index.html" width='100%' height='900' frameborder='0' scrolling='no' seamless='true'></iframe>