0
$("#getVerification").click(function() {
var tmp=$("#cellphone").val();
console.log(tmp);
$.getJSON("{{ url_for('auth.sendsms', cellphone=tmp)}}",
function(data){
});
});
如上述代碼中,我要使用的字符串變量tmp
如功能url_for
的參數,但我不知道怎樣,如何傳遞JS變量到燒瓶神社功能url_for
由於很多!