一个前端,爱跑步、爱吉他、爱做饭、爱生活、爱编程、爱南芳姑娘,爱我所爱。世间最温暖又无价的是阳光、空气与爱,愿它们能带你去更远的地方。

  • 文章
  • 心情
  • 照片墙
  • 工具
  • 开发技术分享

    html展示pdf文件

    随笔 225 2021-08-03 16:51
          <iframe
            title="resume"
            style={{
              display: 'block',
              width,
              height,
              margin: '-2px 0 0 -1px',
              border: 'none',
              outline: 'none'
            }}
            allowFullScreen
            src={'https://view.officeapps.live.com/op/embed.aspx?src=' + url}
          />
    

    如图:

    学习了