js教程
淘宝618活动自动完成任务autojs脚本代码
const VERSION = '2022618-16' if (!auto.service) { toast('无障碍服务未启动!退出!') exit()} let showVersion = function () { console.log('当前版本:' + VERSION) console.log('Hello, World!') ...
京东618活动自动挂机完成任务autojs脚本代码
const VERSION = '2022618-16' if (!auto.service) { toast('无障碍服务未启动!退出!') exit()} let showVersion = function () { console.log('当前版本:' + VERSION) console.log('Hello, World!') ...
利用wordexport插件将内容转换word文档教程
1、首先下载wordexport的js,下载地址:https://github.com/eligrey/FileSaver.js/https://github.com/markswindoll/jQuery-Word-Export2、然后在需要转换的页面引入jquery 和FileSaver.js<script type="text/javascript" src="js/jquery.min.js"></scr...
聚合支付JS判断微信 支付宝 QQ代码示例
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-...
浏览器禁用F12调试js代码
document.onkeydown = function () { if (window.event && window.event.keyCode == 123) { window.event.returnValue = false; } }
JS禁止鼠标右键两种方法代码
方法1:直接写在body上,如果你的项目后期不需要修改可以用这种,方便简单。<body oncontextmenu=self.event.returnvalue=false>方法2:我的站长站自用方法,很多网站都是用的这种,可以单独写在JS文件里,方便后期修改。document.oncontextmenu = function () { ...
标题跑马灯JS示例效果
分享一段JS标题跑马灯示例代码<title>我的站长站</title><!-- 不停的改变title值 --><script language="JavaScript">step=0function flash_title(){ step++ if (step==3) {step=1} if (step==1) {document.title='我的站长站'} if (ste...
同域两个网页JS传值示例
first.html网页,通过a.js向jieshou.html传值,主要通过域名传值接受方法<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>第一个网页</title> </head> <script type="te...
JS原生代码实现导航高亮示例
HTML代码<nav><ul><li><a class="nav active" href="#nav1">导航1</a></li><li><a class="nav" href="#nav2">导航2</a></li><li><a class="nav" href=&q...
JS判断电脑手机自动跳转代码
以下代码是插入到手机模板中<script type="text/javascript">var system = {win: false,mac: false,xll: false};var p = navigator.platform;system.win = p.indexOf("Win") == 0;system.mac = p.indexOf("Mac") == 0;system.x11 = (p == "X11&q...
-
01分享一个QQ音乐刷音响力API接口和JS请求代码 1249热度
-
02淘宝买家秀API+ajax代码 762热度
-
03QQ情侣头像API接口代码 594热度
-
04京东盲盒自动做任务JS脚本 564热度
-
05JS去除腾讯爱奇艺优酷视频右上角LOGO 367热度