标签: html reactjs iframe
我想使用react js将pdf文件插入iFrame。当我插入pdf文件时,我的iframe会显示网页而不是pdf。有什么结论吗?
这是我编写的代码:
<iframe src={'../../assets/img/dokumentasi.pdf'} allowFullScreen width="100%" height="1000px"> </iframe>