显示次数的class为 count
// js,用jq实现
$(".btn").click(function(){
var num = parseInt($(".conut")) >-1 :? parseInt($(".conut")) + 1 : 1
$(".count").html(num)
// 加入后端
$.ajax({
url : '后端统计地址',
type : 'get'
})
})
显示次数的class为 count
// js,用jq实现
$(".btn").click(function(){
var num = parseInt($(".conut")) >-1 :? parseInt($(".conut")) + 1 : 1
$(".count").html(num)
// 加入后端
$.ajax({
url : '后端统计地址',
type : 'get'
})
})