上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页
摘要: 一,主页 index.php <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> < 阅读全文
posted @ 2019-07-20 18:13 武卡卡 阅读(441) 评论(0) 推荐(0) 编辑
摘要: —————————————————————————————————————————— —————————————————————————————————————————— 阅读全文
posted @ 2019-07-18 11:31 武卡卡 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 一、json字符串转json对象 1.json字符串转json对象 2.获取对象的value 二、json对象转json字符串 阅读全文
posted @ 2019-07-14 16:09 武卡卡 阅读(256) 评论(0) 推荐(0) 编辑
摘要: $("p:eq(1)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 700 / 1080, "left": winWidth * 220 / 1080, }); 阅读全文
posted @ 2019-07-14 10:48 武卡卡 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-07-14 10:07 武卡卡 阅读(784) 评论(0) 推荐(0) 编辑
摘要: <body> <label>Hello APP</label> <div id='sys-info'></div></body> <script type="text/javascript" src="../script/api.js"></script> <script type="text/ja 阅读全文
posted @ 2019-07-13 15:26 武卡卡 阅读(518) 评论(0) 推荐(0) 编辑
摘要: $(".userinfo-three:eq(0)").css({ "width": winWidth * 300 / 1080, "top": winWidth * 530 / 1080, "left": winWidth * 450 / 1080, }); $(".userinfo-three:e 阅读全文
posted @ 2019-07-12 15:47 武卡卡 阅读(3834) 评论(0) 推荐(0) 编辑
摘要: 1,slider.js /** * slider插件可悬停控制 */ ; $(function ($, window, document, undefined) { Slider = function (container, options) { /* options = { auto: true, 阅读全文
posted @ 2019-07-06 17:49 武卡卡 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1,index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <me 阅读全文
posted @ 2019-07-03 20:29 武卡卡 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 1,index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <me 阅读全文
posted @ 2019-07-02 18:48 武卡卡 阅读(1289) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 39 下一页