function set_select_checked(selectId, checkValue){ var select = document.getElementById(selectId); for (var i = 0; i < select.options.length; i++){ if (select.options[i].v...
function set_select_checked(selectId, checkValue){ var select = document.getElementById(selectId); for (var i = 0; i < select.options.length; i++){ if (select.options[i].v...
VSCode 前端常用插件集合1.Auto Close Tag 自动闭合HTML/XML标签2.Auto Rename Tag 自动完成另一侧标签的同步修改3.Beautify 格式化代码,值得注意的是,beautify插件支持自定义格式化代码规则4.Bracket Pair Colorizer 给括号加上不同的颜色,便于区分不同的区块,使用者可以定义不同括号类型和不同颜色5.Deb...
<script> var url=document.location.href; var str1 = url.replace('www.17179.top', 'blog.172u.cn'); document.getElementById("blogUrl").setAttribute("href",str1); </script...
F12 Console里打命令$('ID').text()如百度文库 $('div.ie-fix').text()
将单个php空间绑定多个域名我们可利用.htaccess伪静态(URL重写)绑定域名到子目录实现子站点。BEGIN任何对标记之间的指令的修改都会被覆盖。RewriteEngine OnRewriteBase /域名www.17179.topRewriteCond %{HTTP_HOST} ^www.17179.top$ [NC]路径www17179topRewriteCond %{REQUE...