发文章
发文工具
撰写
网文摘手
文档
视频
思维导图
随笔
相册
原创同步助手
其他工具
图片转文字
文件清理
AI助手
留言交流
来自: 不做傻子的读书 > 《SAS学习笔记》
0条评论
发表
请遵守用户 评论公约
实现ajax的异步调用代码
request.onreadystatechange=function(){ if(request.readyState===4){ if(request.status===200){ document.getElementById("content").innerHTML=request.responseText;var data="nam...
javascript 获取select中的option 自定义属性
javascript 获取select中的option 自定义属性var select = document.getElementById("select");var lrc = select.item(select.selectedIndex).getAttribute("lrc");
2014 SAS
2014 SAS。
js时间控件
How to Search for Text Inside of Any File Using Windows Search
If you don’t find file type you’re looking for on the list, it means no app is set as the default handler for that file type. To add the file type, type the extension in the “Add New E...
Linux 常用命令
Linux 常用命令。Linux 系统常用命令格式:所有的命令从标准输入接受输入,输出结果显示在标准输出,而错误信息则显示在标准错误输出设备。命令在正常执行结果后返回一个0值,如果命令出错可未完全完成...
JS获取下拉列表(select)选中项的值和文本
//获取下拉列表选中项的文本function getSelectedText(name){var obj=document.getElementById(name);for(i=0;i<obj.length;i++){ if(obj[i].selected==true){ return obj[i].innerText; ...
javascript 学习笔记2
javascript 学习笔记2函数声明的实际规则如下:函数声明只能出现在程序或者函数体内。因为Block(块)中只能包含Statement语句,而不能包含函数声明这样的源元素。另一方面,仔细看一看规则也会发现,唯...
有哪些优秀的阅读习惯和技巧?
2、要勤做笔记,记下自己的感悟或想法。经过做笔记的过程,你就将书本与你自身联系起来了。3、要定时输出,不论是对别人复述还是写成文...
微信扫码,在手机上查看选中内容