我正在尝试使用本地目录中的html在Web上查看pdf。
<embed src="file:///C:/others/hello.pdf" width="250" height="375" type='application/pdf'/>
但是浏览器(chrome)说:
Blocked http://localhost:8081 from loading file:///C:/others/hello.pdf. Refused to load a local file in a non-local page for security reasons.
但是当我尝试从网址查看pdf时,它可以工作。