07 2016 档案

摘要:http://www.68idc.cn/help/makewebs/javascript/20141214142024.html 这篇文章主要介绍了Javascript数组与字典用法,以实例形式较为详细的分析了Array作为数组与字典的不同用法,具有一定的参考借鉴价值,需要的朋友可以参考下 这篇文章 阅读全文
posted @ 2016-07-13 15:51 人生为卒 阅读(4981) 评论(0) 推荐(0) 编辑
摘要:① document.getElementById("id").getElementsByTagName("input"); 获取ID=‘id’控件所包含的所有标签为‘input’的子控件集合 ② eval(document.getElementById("id")).value 获取ID='id‘ 阅读全文
posted @ 2016-07-12 11:36 人生为卒 阅读(1222) 评论(0) 推荐(0) 编辑
摘要:① sql执行语句结构 阅读全文
posted @ 2016-07-11 11:58 人生为卒 阅读(2433) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/long_carol/article/details/7356897 方法2 http://www.cnblogs.com/wequst/archive/2010/02/02/1661709.html 阅读全文
posted @ 2016-07-05 15:47 人生为卒 阅读(3730) 评论(0) 推荐(0) 编辑
摘要:① 获取下拉框文本 方法1 : var obj=document.getElementById('select_template'); var text=obj.options[obj.selectedIndex].text;//获取文本 方法2: var obj=document.getEleme 阅读全文
posted @ 2016-07-04 17:09 人生为卒 阅读(3427) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示