var button = '<a href="ticket.html?id"+ 'id' data-ajax="false"><button class="btn">Book Now!</button></a>';
如何在我的href链接中定义一个值(id)?
答案 0 :(得分:3)
正如Jérôme Teisseire在评论中所说,请尝试在您的字符串中对其进行修改
var button = '<a href="test.html?yourid=' + yourid + '" data-ajax="false">