怎么获取某个网页上的js和css
http://www.plimun.com/about-plimun/portfolio就是这个页面中间的图片浏览功能,我怎么才能拿来自己用呢?很着急,希望有人帮一下,谢...
http://www.plimun.com/about-plimun/portfolio 就是这个页面中间的图片浏览功能,我怎么才能拿来自己用呢?很着急,希望有人帮一下,谢谢了。
展开
3个回答
展开全部
浏览器带的调试工具,比如chrome右键审查元素就可以看到结构了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
拿下他的JS和CSS,还有HTML代码就成了
<link href="/templates/yoo_balance/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="stylesheet" href="/cache/widgetkit/widgetkit-51728441.css" type="text/css" /> <script type="text/javascript" src="/media/system/js/mootools.js"></script> <script type="text/javascript" src="/media/system/js/caption.js"></script> <script type="text/javascript" src="/media/widgetkit/js/jquery.js"></script> <script type="text/javascript" src="/cache/widgetkit/widgetkit-e4924dcb.js"></script> <!--[if lte IE 8]><link rel="stylesheet" href="/media/widgetkit/css/ie.css" /><![endif]--> <link rel="stylesheet" href="http://www.plimun.com/plugins/content/ja_tabs/ja_tabs.css" type="text/css" media="screen"/> <script type='text/javascript' src='http://www.plimun.com/plugins/content/ja_tabs/ja_tabs.js' charset="utf-8"></script>
<link rel="apple-touch-icon-precomposed" href="/templates/yoo_balance/apple_touch_icon.png" /> <link rel="stylesheet" href="/templates/yoo_balance/css/base.css" /> <link rel="stylesheet" href="/templates/yoo_balance/css/layout.css" /> <link rel="stylesheet" href="/templates/yoo_balance/css/menus.css" />
这几个下载下来,举个例子:这一句: <script type="text/javascript" src="/media/widgetkit/js/jquery.js"></script> 他的下载地址就是:
http://www.plimun.com/about-plimun/media/widgetkit/js/jquery.js
其它类推。
html代码直接右键查看源文件就有
<link href="/templates/yoo_balance/favicon.ico" rel="shortcut icon" type="image/x-icon" /> <link rel="stylesheet" href="/cache/widgetkit/widgetkit-51728441.css" type="text/css" /> <script type="text/javascript" src="/media/system/js/mootools.js"></script> <script type="text/javascript" src="/media/system/js/caption.js"></script> <script type="text/javascript" src="/media/widgetkit/js/jquery.js"></script> <script type="text/javascript" src="/cache/widgetkit/widgetkit-e4924dcb.js"></script> <!--[if lte IE 8]><link rel="stylesheet" href="/media/widgetkit/css/ie.css" /><![endif]--> <link rel="stylesheet" href="http://www.plimun.com/plugins/content/ja_tabs/ja_tabs.css" type="text/css" media="screen"/> <script type='text/javascript' src='http://www.plimun.com/plugins/content/ja_tabs/ja_tabs.js' charset="utf-8"></script>
<link rel="apple-touch-icon-precomposed" href="/templates/yoo_balance/apple_touch_icon.png" /> <link rel="stylesheet" href="/templates/yoo_balance/css/base.css" /> <link rel="stylesheet" href="/templates/yoo_balance/css/layout.css" /> <link rel="stylesheet" href="/templates/yoo_balance/css/menus.css" />
这几个下载下来,举个例子:这一句: <script type="text/javascript" src="/media/widgetkit/js/jquery.js"></script> 他的下载地址就是:
http://www.plimun.com/about-plimun/media/widgetkit/js/jquery.js
其它类推。
html代码直接右键查看源文件就有
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |