随笔分类 -  web-JavaScript Web 语言

摘要:function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if ( 阅读全文
posted @ 2022-10-27 17:52 尧荣华 阅读(67) 评论(0) 推荐(0) 编辑
摘要:<input type="text" name="name" id="searchName" > <input type="text" name="name_two" id="daochuName" > <input type="text" name="txt_JEDX" id="txt_JEDX" 阅读全文
posted @ 2022-10-10 13:51 尧荣华 阅读(29) 评论(0) 推荐(0) 编辑
摘要://四舍五入 function round2(number, fractionDigits) { with (Math) { return round(number * pow(10, fractionDigits)) / pow(10, fractionDigits); } } // 空替换0 f 阅读全文
posted @ 2022-09-08 15:53 尧荣华 阅读(333) 评论(0) 推荐(0) 编辑
摘要://document.getElementById('hid_HasXMIDs').value A内容:2b67c4d84bfd4f7db571222bc8b0b1cb,8133233f616248899739fd2236cb96d9,e235914268ab46bbb57890baa100ee1f 阅读全文
posted @ 2022-09-05 10:03 尧荣华 阅读(189) 评论(0) 推荐(0) 编辑
摘要:<select id="sel_YJCL" runat="server"></select> <input type="button" id="btn_YJCL" runat="server" style="display: none" onserverclick="dp_YJCL_Selected 阅读全文
posted @ 2022-08-25 16:03 尧荣华 阅读(753) 评论(0) 推荐(0) 编辑

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