[前端] 能过本地IP测试手机页面

 

很多前端做手机页面都有类似的困扰,就是测试起来特别麻烦

 

 

开始的时候都是数据线连接手机到电脑,安装个手机助手,然后把项目考到手机本地存储里,再从手机打开查看,虽然有点麻烦,但还在android机上还能用,iphone机就不行了,不知道把文件放哪里。。这就很蛋疼。。

下面用另一种方式来解决这个问题,那就是访问本机ip来查看文件

 

访问本机IP查看本机项目文件

 

1、搭建个本地服务器 可以下载 wamp5  wampserver phpstudy等都可以,安装完成后运行,这里以wampserver为例

 

2、window+r 打开运行窗口,输入cmd进入 dos控制面板 输入ipchonfig 查看本机ip

 

3、打开apache的配置文件 httpd.conf

 

 

搜索 </Directory> 

找到的两处,第一处改成:

 

<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from all
</Directory>

 

 

 

第二处改成:

 

<Directory "e:/wamp/www/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
#   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important.  Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride all

    #
    # Controls who can get stuff from this server.
    #

#   onlineoffline tag - don't remove
    Order Deny,Allow
    Allow from all
    Allow from all
</Directory>

 

上面配置改好后,重启服务

 

4、关闭window防火墙

 

然后关闭防火墙服务

 

完了以后,就可以访问ip就可以访问了。。

 

在手机上访问192.168.1.104这个ip 需要你公司的或你家里的wifi连接,确定你本机的ip在这个wifi这个ip段。。

如果你用360浏览器打开的话,那个在网址后面有个二维码,扫二维码也可以访问。。。

 

欢迎关注技术开发分享录:http://fenxianglu.cn/

 

 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

天空还下着雪

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值