这里主要是说使用JS和JQ获取a标签的href网址,使用比较简单,基本就是拿来用就可以 ... { var hreF = $(this).prev().find('#demo').attr('href'); window.open(hreF);// ...
確定! 回上一頁