注意:  1)href前面加冒号“  :  ”。

      2)字符串用单引号包裹 。

      3)传过去数值用+号连接

传值:<li class="list-li-md" v-for="(rs,index) in searchResult" >
<a :href="'ProductDetails.html?id='+rs.id" />

</li>

 

取值:1) var b= window.location.href.split('=')[1];

   2) var b=getUrlParms("id");

   alert(b);

 

posted on 2022-01-10 09:37  最帅爸爸  阅读(699)  评论(0编辑  收藏  举报