摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
摘要:
下面介绍几种方法: 1. 在img元素上添加 onclick="return false" (推荐) 2. 图片用背景图的方式插入 3. 使用js事件阻止默认行为的方法,这里需要注意哦! var img = document.getElementById('banner'); img.addEven 阅读全文
摘要:
iPhone上的Safari(还有些webkit android手机浏览器)会自动对看起来像是电话号码的数字串(包括已经加入连字符或括号格式化过的)添加电话链接,点击之后会询问用户是否想要拨打该号码。如果你不希望开启这个自动识别,可以将它关闭: <meta name="format-detectio 阅读全文
摘要:
sudo apachectl -k restart 重启Apache sudo apachectl -k start 启动Apache sudo apachectl -k stop 停止Apache # 显示隐藏文件 $ defaults write com.apple.finder AppleSh 阅读全文
摘要:
<!--热门文章--> <div class="remenwenzhang"> <div class="news-recommend"> <div class="news-recommend-title">推荐</div> <ul class="news-recommend-list"> </ul> 阅读全文
摘要:
传静态的属性 子组件: <template> <div> <h1>{{ msg }}</h1> </div> </template> <script> export default { props: ["msg"] } </script> 父组件: <template> <div id="app"> 阅读全文
摘要:
https://my.oschina.net/wangnian/blog/2055631 阅读全文
摘要:
wxml <view class='shouji_info'> <view class='info_list'> <input placeholder='请输入手机号' bindinput="phoneInput"></input> </view> <view class='info_list'> 阅读全文
摘要:
$ yarn add less && yarn add wepy-compiler-less && yarn run build 阅读全文
摘要:
<!-- 我的订单(tab) --> <style lang="less"> .container { height: 100%; .dis_flex { display: flex; flex-direction: row; justify-content: space-between; alig 阅读全文