实例1:
window.location.href = "<{spUrl c=credit a=creditNext}>"+"&ID="+data.id;
实例2:
if(json.mobile){
$("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>'+'&Mobile='+json.mobile+'">查看</a></p>');
return false;
}
也可以:
if(json.mobile){
$("#tip_mobile").html('<p style="line-height:1.6"><font color="red">已存在此手机号!</font> <a href="<{spUrl c=sub a=show}>&Mobile='+json.mobile+'">查看</a></p>');
return false;
}