我看到一个表单从数据库加载数据,我解码所有形式的ajax代码,但当我在表单中看到一个新的东西。我不知道这是什么意思。请提供我的图片了解更多详情。
代码看起来像那样。
$.ajax({
dataType: "json",
type: "POST",
url: "/user/setting/template-action",
data: {
_act: "load",
_tname: tempname,
_json : $.now() //Here i don't know what is the use of $.now() and how post and verify same value into my php code HOW...!
}
});
$。now()如何验证PHP代码中的相同值 Image is here
答案 0 :(得分:0)