如何在 iframe 里调用本地文件

怎么在 iframe 里调用本地文件iframename bfframeborder 0 marginheight 0 marginwidth 0 scro

怎么在 iframe 里调用本地文件
<iframe     name= 'bf '   frameborder= "0 "   marginheight= "0 "   marginwidth= "0 "   scrolling= "auto "     width= "720 "   height=100%     src= "file:///F:/chinews/loaclhost/spbfshiyi.html "> </iframe>

我在iis里发布   就不行了   我的地址是127.0.0.1

[解决办法]
src= "http://127.0.0.1/spbfshiyi.html "

根据你的情况决定是否修改路径
[解决办法]
发布之后要依据http协议去访问,本地的也一样