WinJS.UI.Pages.define("/default.html", {
ready: function (element, options) {
// everything in here works beautifully
}
});
windws store app 中的ready
最新推荐文章于 2025-04-01 12:09:45 发布
WinJS.UI.Pages.define("/default.html", {
ready: function (element, options) {
// everything in here works beautifully
}
});