gpt4 book ai didi

javascript - 如何在 angularjs 的 html 中提供指向 .pdf 文件的链接? ng-src

转载 作者:太空宇宙 更新时间:2023-11-04 16:28:00 24 4
gpt4 key购买 nike

这是我的 app.js 文件中的产品详细信息。

{
code:'18471IN-4-CP',
name:'Symbol Bath and Shower Trim',
price:22875.95,
description:'Symbol recessed bath and shower faucet trim with lever handle and diverter button.',
specification:'These are the new specs from json.',
canPurchase:true,
soldOut:false,
images:[
{
full:'BathTub.jpg',
thumb:'Pipe.jpg'
},
{
full:'Shower Trim1.jpg',
thumb:'Pipe1.jpg'
}
],
technicalDetail:'6311W-926.pdf',
cadDrawing: 'k_6311w_0.dwg'
},

下面的 html 代码根据 app.js 中的 json var 详细信息从 img 文件夹加载图像

<img ng-src="img/{{product.images[0].thumb}}">

如何放置允许下载 pdf(pdf 文件夹中的 6311W-926.pdf)或任何其他文件扩展名的链接?

有点像--- ng-src="pdf/{{product.technicalDetail}}"

最佳答案

试试这个:

<a ng-href="pdf/{{product.technicalDetail}}" target="_blank"> download pdf </a>

关于javascript - 如何在 angularjs 的 html 中提供指向 .pdf 文件的链接? ng-src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23989459/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com