随笔分类 - web
web资料
摘要:function filter(str) { // 特殊字符转义 str += ''; // 隐式转换 str = str.replace(/%/g, '%25'); str = str.replace(/\+/g, '%2B'); str = str.replace(/ /g, '%20'); s
阅读全文
摘要:<!DOCTYPE html><html><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/><meta name="viewport" content="width=6
阅读全文
摘要:HTML a标签的href 属性 tel 点击可以直接拨打电话 ( 移动端 ) <a href="tel:13828172679">13622178579</a>
阅读全文

浙公网安备 33010602011771号