這里主要是說使用JS和JQ獲取a標簽的href網址,使用比較簡單, ... hreF = $(this).prev().find('#demo').attr('href'); window.open(hreF);//在新窗口 ...
確定! 回上一頁