我正在使用一个队长casa casa。 我想使用HTML iframe元素在我的java程序中加载一个html文件。 但屏幕上没有显示任何内容。我错过了什么?
这就是我所做的。
P.S 可以直接在我使用的框架中使用iframe元素。
<iframe src="file:///C:/ecommerce/first_ecom/webcontent/images/icon/test.html" width="100%" height="100%" frameborder="10" style="border:10" type="text/html">
</iframe>