如何在 jquery mobile 上更改页面命令后使用 Javascript 收集数据。这是我的命令:
var resultDate = "123121312";
$.mobile.changePage("animation.html", { transition: "slidedown", type: "post", data:resultDate});
如何在页面 animation.html 上使用 JS 收集该数据
如何在 jquery mobile 上更改页面命令后使用 Javascript 收集数据。这是我的命令:
var resultDate = "123121312";
$.mobile.changePage("animation.html", { transition: "slidedown", type: "post", data:resultDate});
如何在页面 animation.html 上使用 JS 收集该数据