I am trying to use Angular with a list of apps, and each one is a link to see an app in more detail ( apps/app.id
):(我正在尝试将Angular与应用列表一起使用,每个应用都是一个链接,可以更详细地查看应用( apps/app.id
):)
<a id="{{app.id}}" href="apps/{{app.id}}" >{{app.name}}</a>
Every time I click on one of these links, Chrome shows the URL as(每次我点击其中一个链接时,Chrome都会将网址显示为)
unsafe:chrome-extension://kpbipnfncdpgejhmdneaagc.../apps/app.id
Where does the unsafe:
come from?(unsafe:
来自哪里?)
ask by ebi translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…