I have an array
items = [{
"id" : 1,
"name": "peter"},
{
"id" : 2,
"name": "john"}
...
]
I am trying to find an item in the html file by the id based on that, I am trying to hide and element.
It can be easily done in js file, but I am trying to see if there is an easy way to do it in html file
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…